Quick Guide to Refreshing GRNsight - dondi/GRNsight GitHub Wiki
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 [email protected]So that you can log into the server...cd GRNsightto get into the right directory so that you can update it!git pull origin betaTo.. you know. Make sure everything goes well and after that...npm installif there are new packages in GRNsight.screen -r- Press
Ctrl + Cto 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 + Athen pressD. This will close the screen. exitwill log you out of the GRNsight server.- Update version number and refresh date on gh-pages
Happy Refreshing!