Update 'README.md'

This commit is contained in:
sporada 2021-04-26 10:16:54 +02:00
parent 42ac20d0a5
commit f3f1ef7b87
1 changed files with 2 additions and 3 deletions

View File

@ -13,6 +13,5 @@ Inspired by: https://github.com/awesome-selfhosted/awesome-selfhosted
5. For every service copy the live.env.tpl to live.env file and edit it accordingly. 'cp live.env.tpl live.env'
6. Navigate into the traefik with cd traefik` folder and start traefik with `docker-compose --env-file live.env up`
7. Could be that you have to create some networks manually before starting everything.
7. Navigate into the other service folders and start every service with `docker-compose --env-file live.env up`
8. For nextcloud follow this guide and deviate from it where traefik is used etc.
- https://help.nextcloud.com/t/howto-ubuntu-docker-nextcloud-talk-collabora/76430
7. Navigate into the other service folders and start every service with `docker-compose --env-file live.env up` after additional setup steps have been completed. (See netxt step!)
8. Every serveice hase an additional README.md where the specific setup steps for the service is explained. Like creating the .env file etc. Follow those steps and then start the service as said above.