mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 07:34:41 +08:00
Updated Setup guide (markdown)
parent
73410a30ee
commit
9b58e84140
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Reference in a new issue