Skip to content
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.

Restarting or checking in the portal containers:

SSH into the virtual machine (can be done from the GCP console page for VMs) and then do a docker restart.

  1. SSH into singlecell-production VM
  2. sudo -i
  3. docker ps -a (to see what containers have stopped, will say 'Exited ...' in their status)
  4. docker restart (container_name)

The container names are single_cell (portal) and mongodb (database).

Clone this wiki locally