minor with documentation
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user