Webservers

From wiki
Revision as of 11:12, 9 November 2018 by Jw297 (talk | contribs) (Created page with "=Webservers on Marvin= Ideally everything would be daemonised through apache, but our mod_wsgi is compiled against python 2.6 making it utterly useless. ==genDB== genDB is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Webservers on Marvin

Ideally everything would be daemonised through apache, but our mod_wsgi is compiled against python 2.6 making it utterly useless.


genDB

genDB is the neurogenetics database developed by Chris Tansey (ct76). Currenly located in /storage/homes/ct76/gendb_deploy. It's using gunicorn to daemonise it. load the environment with source venv/bin/activate and run it using the run_webserver.sh script. Kill using kill_webserver.sh script.

Gendb /storage/homes/ct76/gendb_deploy/ 80

-