To share Monitor output with others:
-
Create a fork by clicking fork at the top right
-
Clone your fork (USER is your Github username):
mkdir $HOME/git/github/USER cd $HOME/git/github/USER git clone [email protected]:USER/MonitorOutput.git
-
For an experiment EXPNAME put the untarred files in a subdirectory
exp/EXPNAME
-
Commit your changes
git add . git commit -m"Add EXPNAME"
-
Push changes to your fork
git push
Github will start a webserver. GUI will be available at USER.github.io/MonitorOutput/exp/EXPNAME/