more README

This commit is contained in:
rnsrk 2025-04-06 22:51:43 +02:00
parent 098f59b644
commit 892720b67b

View file

@ -89,7 +89,7 @@ sudo docker exec -it gitlab grep 'Password:'
4) Visit you domain and log in. 4) Visit you domain and log in.
# Hedgedoc ### Hedgedoc
1) Copy the `.example-env` to `.env` and add you settings. 1) Copy the `.example-env` to `.env` and add you settings.
```bash ```bash
cp hedgedoc/.example-env hedgedoc/.env cp hedgedoc/.example-env hedgedoc/.env
@ -151,21 +151,23 @@ docker compose -f onlyoffice/docker-compose.yml up -d
``` ```
### Nextcloud ### 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 ```bash
cp nextcloud/.example-env nextcloud/.env cp nextcloud/.example-env nextcloud/.env
``` ```
2) Create database and Drupal root. 3) Create database and Drupal root.
```bash ```bash
nextcloud/create_infra.bash nextcloud/create_infra.bash
``` ```
3) Start containers. 4) Start containers.
```bash ```bash
docker compose -f nextcloud/docker-compose.yml up -d 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 ### Openproject
1) Copy the `.example-env` to `.env` and add you settings. 1) Copy the `.example-env` to `.env` and add you settings.