-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Timothy Tickle edited this page Feb 1, 2017
·
4 revisions
Welcome to the single_cell_portal_core wiki, here lies information for administrating the site.
SSH into the virtual machine (can be done from the GCP console page for VMs) and then do a docker restart.
- SSH into singlecell-production VM
- sudo -i
- docker ps -a (to see what containers have stopped, will say 'Exited ...' in their status)
- docker restart (container_name)
The container names are single_cell (portal) and mongodb (database).