hitontology / database-frontend

HITO Flask-SQLAlchemy Database Frontend
MIT License
0 stars 0 forks source link

init script fails to set environment variables #27

Closed KonradHoeffner closed 2 years ago

KonradHoeffner commented 3 years ago

For unknown reasons, executing the init script and then flask run fails as the password variable is not set despite that being done in the init script. Investigate and fix. Could be related to the virtual environment.

Some configuration is also saved to a file in the init script that does not seem to be used, are there leftovers from a previous version that can be removed?

KonradHoeffner commented 2 years ago

I probably just forgot the "source" in front of the init script. While I was at it, updated the documentation to use "." instead of "source", renamed init to init.sh and let it install frozen dependencies.