Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 791 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 791 Bytes

MonitorOutput

To share Monitor output with others:

  1. Create a fork by clicking fork at the top right

  2. 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
    
  3. For an experiment EXPNAME put the untarred files in a subdirectory exp/EXPNAME

  4. Commit your changes

    git add .
    git commit -m"Add EXPNAME" 
    
  5. Push changes to your fork

    git push 
    

Github will start a webserver. GUI will be available at USER.github.io/MonitorOutput/exp/EXPNAME/

See here for an example from this fork