Updated Setup guide (markdown)

okriuchykhin 2017-06-13 14:30:58 +02:00
parent 077e4cda09
commit 90a10cb769

@ -55,7 +55,9 @@ On Windows 10, you can use [Docker for Windows](https://docs.docker.com/docker-f
### Docker structure
The main sciNote application runs in a Docker container called `web`. The database runs in a separate container, called `db`. This database container makes use of a special, persistent container called `dbdata`.
When starting sciNote application in development mode it runs in a Docker container called `scinote_web_development`, which uses volume `scinote_development_files` for storing uploaded files and `scinote_development_bundler` for storing program dependencies. The database runs in a separate container, called `scinote_db_development`. This database container makes use of a persistent volume called `scinote_development_postgres` for storing database files.
For running application in production please check this [section](#running-inside-docker-containers-in-production-mode-with-docker-compose)
### Commands