Difference between revisions of "Webservers"

From wiki
Jump to: navigation, search
(Webservers on Marvin)
(Webservers on Marvin)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
  
==genDB==
+
{| class="wikitable" style="text-align:left;"
 
+
! Name
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.
+
! Location
 
+
! Port
{|
+
|-
 
|Gendb
 
|Gendb
 
|/storage/homes/ct76/gendb_deploy/
 
|/storage/homes/ct76/gendb_deploy/
Line 17: Line 17:
 
|
 
|
 
|}
 
|}
 +
 +
 +
==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.

Latest revision as of 11:22, 9 November 2018

Webservers on Marvin

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


Name Location Port
Gendb /storage/homes/ct76/gendb_deploy/ 80


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.