-
Notifications
You must be signed in to change notification settings - Fork 8
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)
-
ssh beta@grnsight.cs.lmu.edu
So that you can log into the server... -
cd GRNsight
to get into the right directory so that you can update it! -
git pull origin beta
To.. you know. Make sure everything goes well and after that... -
npm install
if there are new packages in GRNsight. screen -r
- 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... - Press
Ctrl + A
then pressD
. This will close the screen. -
exit
will log you out of the GRNsight server. - Update version number and refresh date on gh-pages
Happy Refreshing!