Gendb

From wiki
Revision as of 10:07, 31 July 2018 by Jw297 (talk | contribs) (Created page with "Gendb is Chris Tansey/Silvia Paracchini's database project. Currently hosted in /storage/home/users/ct76/gendb_deploy. Readme in there for setup. Webserver: Using gunicorn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gendb is Chris Tansey/Silvia Paracchini's database project.

Currently hosted in /storage/home/users/ct76/gendb_deploy. Readme in there for setup.


Webserver: Using gunicorn to run in

  gunicorn gendb_app:app --pid gendb_app.pid -b marvin.st-andrews.ac.uk:5000 -n gendb -D

Can't use mod_wsgi as it was compiled with python 2.* and gendb_app needs 3+.