Skip to content

Quick Guide to Refreshing GRNsight

Mihir Samdarshi edited this page Oct 16, 2019 · 7 revisions

Here is the quick n' easy guide to refreshing GRNsight. This is assuming you already have an SSH token set up with the server and also have permission to do so. If you don't, check out issue #388! (this is the direct link to GitHub's instructions for acquiring a key)

  1. ssh beta@grnsight.cs.lmu.edu So that you can log into the server...
  2. cd GRNsight to get into the right directory so that you can update it!
  3. git pull origin beta To.. you know. Make sure everything goes well and after that...
  4. npm install if there are new packages in GRNsight.
  5. screen -r
  6. Press Ctrl + C to stop the server (It's also Control on Mac!). Press the up arrow and re-run the previous command. Make sure everything starts as normal, and then...
  7. Press Ctrl + A then press D. This will close the screen.
  8. exit will log you out of the GRNsight server.
  9. Update version number and refresh date on gh-pages

Happy Refreshing!

Clone this wiki locally