From 892720b67b67f0efde0af7f64b840d8992912a9a Mon Sep 17 00:00:00 2001 From: rnsrk Date: Sun, 6 Apr 2025 22:51:43 +0200 Subject: [PATCH] more README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.