minor with documentation

This commit is contained in:
les
2021-07-08 22:50:21 +02:00
parent f392f0a335
commit e500ad2ade
2 changed files with 8 additions and 7 deletions

View File

@@ -13,18 +13,19 @@ nav_order: 2
## Initial setup
- __You must have the following dependencies installed: Docker, Docker Compose and Nginx__
1. [Install docker](https://docs.docker.com/engine/install/)
1. [Install docker-compose](https://docs.docker.com/compose/install/)
1. [Install nginx](https://nginx.org/en/docs/install.html)
- __Create a directory where everything related to gancio is stored__
```bash
mkdir -p /opt/gancio
cd /opt/gancio
```
- __You must have the following installed: Docker, Docker Compose and Nginx __
1. https://docs.docker.com/engine/install/
1. https://docs.docker.com/compose/install/
1. https://nginx.org/en/docs/install.html
## Use sqlite
<div class='code-example bg-grey-lt-100' markdown="1">