first pass

This commit is contained in:
Aaron Kimbre
2022-02-19 22:36:33 -06:00
parent 2e82f94b9d
commit a66e4aaf80
7 changed files with 115 additions and 6 deletions

View File

@@ -3,5 +3,11 @@
# unzip brickdb from client to the right places
unzip -n -q /app/luclient/res/brickdb.zip -d app/luclient/res/
# TODO: preconvert images options
# TODO: preconvery models options
# update the DB
flask db upgrade
# RUNNNNNNNNNNNNN
gunicorn -b :8000 -w 4 wsgi:app