diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-03 18:07:50 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-03 18:07:50 +0000 |
| commit | a160abeb3230c6ecb887d0b77f655203d5cf2313 (patch) | |
| tree | de4347a905c67476dd0a9c85d1c2f052f18ed446 /boot.sh | |
| parent | Fix urls in readme (diff) | |
| parent | minor docs updates (diff) | |
| download | AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.tar.gz AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.zip | |
Merge branch 'update'
Diffstat (limited to 'boot.sh')
| -rw-r--r-- | boot.sh | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,10 +1,13 @@ #!/bin/sh - +# +# Script to run the AnnotateChange application. +# +# First tries to perform all database migrations, then launches the app +# through gunicorn. The script assumes that all dependencies are available in +# the environment. +# # Author: G.J.J. van den Burg <gvandenburg@turing.ac.uk> -# Activate the virtual environment -poetry shell - # Run database migrations while true; do flask db upgrade |
