aboutsummaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'boot.sh')
-rw-r--r--boot.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/boot.sh b/boot.sh
index c4b76ff..5b9824d 100644
--- a/boot.sh
+++ b/boot.sh
@@ -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