diff --git a/README.md b/README.md index 4df6f68..026c878 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ sudo docker exec -it gitlab grep 'Password:' 4) Visit you domain and log in. -# Hedgedoc +### Hedgedoc 1) Copy the `.example-env` to `.env` and add you settings. ```bash cp hedgedoc/.example-env hedgedoc/.env @@ -151,21 +151,23 @@ docker compose -f onlyoffice/docker-compose.yml up -d ``` ### Nextcloud -1) Copy the `.example-env` to `.env` and add you settings. +1) Start OnlyOffice first! + +2) Copy the `.example-env` to `.env` and add you settings. ```bash cp nextcloud/.example-env nextcloud/.env ``` -2) Create database and Drupal root. +3) Create database and Drupal root. ```bash nextcloud/create_infra.bash ``` -3) Start containers. +4) Start containers. ```bash docker compose -f nextcloud/docker-compose.yml up -d ``` -4) Visit nextcloud domain and login with your .env credentials. +5) Visit nextcloud domain and login with your .env credentials. ### Openproject 1) Copy the `.example-env` to `.env` and add you settings.