diff --git a/docs/install/docker.md b/docs/install/docker.md index caa4ad52..f8f2f199 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -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
diff --git a/docs/install/install.md b/docs/install/install.md index 1d5ec5a8..2ee048ff 100644 --- a/docs/install/install.md +++ b/docs/install/install.md @@ -8,7 +8,7 @@ has_toc: false --- ## 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 using docker]({% link install/docker.md %})