From 125186f21f387fa6ef8d12f020f316b415a543da Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 3 Dec 2020 16:40:05 +0000 Subject: Cut out poetry Adds unnecessary complexity to install process. --- boot.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'boot.sh') 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 -# Activate the virtual environment -poetry shell - # Run database migrations while true; do flask db upgrade -- cgit v1.2.3