Manage Lab Websites: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== List of Websites == * SEA * Transportal * Excipients * BKSLab * IrwinLab * TLDR (formerly known as Tools18) {| class="wikitable" |Website |Server |Run on |- |BKSLab, Irwin...") |
No edit summary |
||
Line 1: | Line 1: | ||
== List of Websites == | == List of Websites == | ||
{| class="wikitable" | {| class="wikitable" | ||
|Website | |Website | ||
Line 13: | Line 6: | ||
|- | |- | ||
|BKSLab, IrwinLab | |BKSLab, IrwinLab | ||
|gimel | |gimel : port 5002, 5004 | ||
|Supervisord | |Supervisord | ||
|- | |- | ||
|Excipients, TLDR | |Excipients, TLDR (formerly Tools18) | ||
|gimel2 | |gimel2 : port 8093, 5000 | ||
|Supervisord | |Supervisord | ||
|- | |- | ||
|Transportal | |Transportal | ||
|omega | |omega : port 8123 | ||
|screen | |screen | ||
|- | |- | ||
|SEA | |SEA | ||
|gimel2 | |gimel2 : port 6068 | ||
|screen | |screen | ||
|- | |- | ||
Line 31: | Line 24: | ||
== Restart Instructions == | == Restart Instructions == | ||
=== For websites running on Screen === | |||
* Become khtang on gimel | |||
$ screen -ls | |||
21546.SEA (Detached) | |||
23528.transportal (Detached) | |||
22877.conference (Detached) | |||
16132.upload (Detached) | |||
24786.oeb_lib_building (Detached) | |||
4796.ShopAppMol (Detached) | |||
19162.FASTROCS-server (Detached) | |||
$ screen -r <screen_id> | |||
==== SEA ==== | |||
$ make SEAserver-stop-devel | |||
$ make all | |||
$ make SEAserver-start-devel | |||
==== Transportal ==== | |||
$ cd /mnt/nfs/soft/www/apps/transportal/src/transportal | |||
$ python manage.py runserver 0.0.0.0:8123 | |||
=== For websites running on Supervisord === | |||
* Become root on server the website runs on |
Revision as of 20:08, 17 December 2019
List of Websites
Website | Server | Run on |
BKSLab, IrwinLab | gimel : port 5002, 5004 | Supervisord |
Excipients, TLDR (formerly Tools18) | gimel2 : port 8093, 5000 | Supervisord |
Transportal | omega : port 8123 | screen |
SEA | gimel2 : port 6068 | screen |
Restart Instructions
For websites running on Screen
- Become khtang on gimel
$ screen -ls
21546.SEA (Detached) 23528.transportal (Detached) 22877.conference (Detached) 16132.upload (Detached) 24786.oeb_lib_building (Detached) 4796.ShopAppMol (Detached) 19162.FASTROCS-server (Detached)
$ screen -r <screen_id>
SEA
$ make SEAserver-stop-devel $ make all $ make SEAserver-start-devel
Transportal
$ cd /mnt/nfs/soft/www/apps/transportal/src/transportal $ python manage.py runserver 0.0.0.0:8123
For websites running on Supervisord
- Become root on server the website runs on