Skip to content

RISECamp 2018 Self-Serve Tutorials (Rev. 1)

Latest
Compare
Choose a tag to compare
@jey jey released this 15 Nov 21:51

RISECamp 2018 Tutorials (Self-Serve)

This release contains scripts that can be used to run the RISECamp 2018
tutorials at home on your own computer.

MacOS and Linux

  1. Download and unpack the rc18-selfserve.tar.gz file.

  2. Install and start Docker CE.

  3. Open a terminal and cd to this directory.

  4. Use the ./runtutorial [name] script to start the tutorial. Valid tutorials
    are clipper|flor|integration|opaque|pywren|ray|wave.

  5. Once the container has finished booting, you'll see output like this with
    the URL and password to access the selected tutorial:

     ************************************************************
     ***
     *** RISE Camp 2018
     ***
     *** Tutorial: ray
     *** Login URL: http://127.0.0.1:8080/camp/ray
     *** Password: risecamp2018
     ***
     ************************************************************
    
  6. Press Control-C when finished to shutdown the tutorial.

Windows

  1. Download and unpack the rc18-selfserve.zip file.

  2. Install and start Docker CE.

  3. Open a terminal and cd to this directory's windows subdirectory.

  4. Use the [name].cmd script to start the tutorial. Valid tutorials
    are clipper|flor|integration|opaque|pywren|ray|wave. Example:

     .\ray.cmd
    
  5. Once the container has finished booting, you'll see output like this with
    the URL and password to access the selected tutorial:

     ************************************************************
     ***
     *** RISE Camp 2018
     ***
     *** Tutorial: ray
     *** Login URL: http://127.0.0.1:8080/camp/ray
     *** Password: risecamp2018
     ***
     ************************************************************
    
  6. Type docker rm -f risecamp_[name] to shutdown the tutorial when finished.