Skip to content

PatrickSamuelsson/MonitorOutput

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Here you can share Monitor Output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.8%
  • Other 1.2%