modENCODE on Amazon - sergiocontrino/docs GitHub Wiki
Login
ssh -i ENCODE_modENCODE_Oregon_modmine.pem [email protected]
Topology
| what | where | url |
|---|---|---|
| modencode website | /website | modencode.org |
| modMine | /webapp | intermine.modencode.org |
| git repos | /home/ubuntu/git | |
| postgres configuration | /etc/postgresql/9.1/main/postgresql.conf | |
| modMine log | /webapp/modmine.log | |
| tomcat logs | /webapp/tomcat/logs |
modENCODE site is down!
check if python is running
ps awx | grep cherryd
cd /website
to stop the server
./stop_server.sh
to start the server
./start_server.sh
modMine is down!
-- check if tomcat is running (ps awx | grep tomcat)
?t
-- go to the webapp directory
cd /webapp
-- start tomcat
./start.sh
restart PostgreSQL
/etc/init.d/postgresql restart