more README
This commit is contained in:
parent
098f59b644
commit
892720b67b
1 changed files with 7 additions and 5 deletions
12
README.md
12
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue