~dricottone/huttese

ref: c976d75090723c7792c995d225e1d05263524aaa huttese/README.md -rw-r--r-- 1.1 KiB
c976d750Dominic Ricottone Configuration updates 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# huttese

The image is built in `sr/`.

Volume mounts are in the top-level directory.

Makefile is in the top-level directory.


## To-Do

nginx proxying is working sometimes.

need metasrht service to become accessible so that i can register oauth for git, lists, todo services.

should also setup the metasrht-webhook process (`celery -A metasrht.webhooks worker --loglevel=info`).

maybe should run migration (`metasrht-migrate -a upgrade head`) every time?

most importantly, need to figure out how to secure pgp keys, worker private key, network private key, and webhook private key.

cleanup the postgres files, probably to a `pg` directory.

for now, not targeting listssrht. may add later.


## Installation

Disable the haproxy docker container.

Paste the following into the hosts file:

```
127.0.0.1       git.intra.dominic-ricottone.com meta.intra.dominic-ricottone.com todo.intra.dominic-ricottone.com test.intra.dominic-ricottone.com
```

Run `make setup && make image && make dbinit && make start`.

For subsequent use, run `make image && make dbmigrate && make start`.

Or to just restart the service if stopped, try `make restart`.