mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Enhance Readme
This commit is contained in:
parent
8416bda04b
commit
5e1ab758bc
10
README.md
10
README.md
@ -54,9 +54,15 @@ $ <YOUR EDITOR> nopaque.env # Fill out the empty variables within this file.
|
|||||||
5. **Start your instance**
|
5. **Start your instance**
|
||||||
``` bash
|
``` bash
|
||||||
# Execute the following 3 steps only on first startup
|
# Execute the following 3 steps only on first startup
|
||||||
$ docker-compose run web flask upgrade
|
$ docker-compose run web flask db upgrade
|
||||||
$ docker-compose run web flask insert-initial-database-entries
|
$ docker-compose run web flask db insert-initial-database-entries
|
||||||
$ docker-compose down
|
$ docker-compose down
|
||||||
|
|
||||||
$ docker-compose up
|
$ docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
6. **Alter Database Models**
|
||||||
|
``` bash
|
||||||
|
$ docker-compose run web flask db migrate
|
||||||
|
$ docker-compose run web flask db upgrade
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user