Updated Setup guide (markdown)

Luka Murn 2018-09-07 16:24:26 +02:00
parent 08732afb33
commit 74cf6945cc

@ -2,14 +2,14 @@
For instructions on how to build & run SciNote - including minimal **quick-start** setup - visit [Build & run section](Build-&-run).
## Production mode
To host SciNote on a server, and run it in production mode (in Docker containers), visit the [Production mode section](Production-mode).
## Environmental variables
SciNote is configured using environmental variables. To see list of available variables, and a minimal `application.yml` file, visit [Environmental variables section](Environmental-variables).
## Production mode (in Docker containers)
To run SciNote in production mode (in Docker containers), visit the [Production mode section](Production-mode).
## Rake/rails tasks
SciNote server uses `rake`/`rails` tasks for various operations. For details regarding `rake`/`rails` tasks, when to run them and how to set them up, visit the [Rake tasks section](Rake-tasks).