minor with documentation
This commit is contained in:
parent
f392f0a335
commit
e500ad2ade
2 changed files with 8 additions and 7 deletions
|
@ -13,18 +13,19 @@ nav_order: 2
|
||||||
|
|
||||||
## Initial setup
|
## 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__
|
- __Create a directory where everything related to gancio is stored__
|
||||||
```bash
|
```bash
|
||||||
mkdir -p /opt/gancio
|
mkdir -p /opt/gancio
|
||||||
cd /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
|
## Use sqlite
|
||||||
<div class='code-example bg-grey-lt-100' markdown="1">
|
<div class='code-example bg-grey-lt-100' markdown="1">
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ has_toc: false
|
||||||
---
|
---
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
You can install gancio on a cheap VPS (500mb of ram will be enough)
|
You can install gancio on a cheap VPS (500mb of ram will be enough but docker is not suggested in small machine)
|
||||||
|
|
||||||
- [Install on Debian]({% link install/debian.md %})
|
- [Install on Debian]({% link install/debian.md %})
|
||||||
- [Install using docker]({% link install/docker.md %})
|
- [Install using docker]({% link install/docker.md %})
|
||||||
|
|
Loading…
Reference in a new issue