princeton-ddss / blackfish

Machine learning as a service (MLaaS) for busy researchers
https://princeton-ddss.github.io/blackfish/
0 stars 0 forks source link

Fix start up #21

Closed cswaney closed 1 month ago

cswaney commented 2 months ago

The start up process should use/create app.sqlite in BLACKFISH_HOME_DIR instead of the repo's root directory. In addition, we should automatically migrate the database before starting the application. We can forget about the process for running the application remotely: we can address this use later if there is demand. We should also check that the user has a default profile at start up. If not, require them to create one before running the server.