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.
# 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.