update docs

This commit is contained in:
deflax 2021-10-12 00:36:30 +00:00
parent 850807237e
commit 119363580f
2 changed files with 7 additions and 6 deletions

View file

@ -3,13 +3,13 @@
## How to run ## How to run
1. `apt install docker.io docker-compose` 1. `apt install docker.io docker-compose`
2. `docker-compose build` 2. `cp docker-compose.yml.dist docker-compose.yml` and edit the env variables
3. `./gen-selfsigned.sh` - generate self signed haproxy cert for bootstraping 3. `cd config/frontend && cp config.yml.dist config.yml` and edit the variables
4. `docker-compose up -d` 4. `./gen-selfsigned.sh` - generate self signed haproxy cert for bootstraping
5. `docker-compose build`
8. `docker-compose up`
5. `./issue-certificate.sh example.com info@example.com` - issue LE production certificate 5. `./issue-certificate.sh example.com info@example.com` - issue LE production certificate
6. `cp docker-compose.yml.dist docker-compose.yml` and edit the env variables 8. You can use the following command to rebuild and restart everything:
7. `cd config/frontend && cp config.yml.dist config.yml` and edit the variables
8. After each config updates you can use the following command to start everything:
`docker-compose down ; docker-compose build; docker-compose up -d ; docker-compose logs --follow` `docker-compose down ; docker-compose build; docker-compose up -d ; docker-compose logs --follow`
## Setup client ## Setup client

1
TODO Normal file
View file

@ -0,0 +1 @@
fix internal url in frontend/config