gsoc-2014

GSoC Update 6-1

Jun 2, 2014 • Max (Dockerization)

Tags: news dockerization

Share:

Snippets for today

  • added some necessary tools to streamingsystem/base
  • completed build of streamingsystem/website (some more testing still to be done here...)
    • If you've got Docker installed, try the following(no promises for anything beautiful) and visit http://localhost:8000 :
      sudo docker run -p 8000:8000 -d streamingsystem/website:latest

Testing has been a bit complicated due to the OS X requirement of running containers in boot2docker instead of natively.

Originally posted on Max S