Updated Setup guide (markdown)

okriuchykhin 2017-06-13 15:07:21 +02:00
parent 73410a30ee
commit 9b58e84140

@ -255,7 +255,7 @@ So basically sequence of commands to setup SciNote(for fresh install) is:
`docker-compose -f ./docker-compose.production.yml up`
## Upgrading SciNote installation running in production mode
### Upgrading SciNote installation running in production mode
First of all it is needed to rebuild docker images using new version of SciNote. Stop existing instance(if it is running).Than just run `make docker-production` in order to rebuild images.
Now it is needed to migrate data in database. Open command prompt inside web container with `make cli-production` and inside it run migrations with `rake db:migrate`.