gsoc-2014
GSoC Update 7-1
Snippets
- pushed new pusher/docker build setup to github, please check it out, comment, suggest(instructions below)
- currently works with boot2docker fine, doing some work on making sure it's all good with 12.04
How to do 'new push'!
- make sure your host(s) getting pushed to has docker installed (ubuntu instructions)
- clone my 'docker' streamingsystem
git clone -b docker https://github.com/maxstr/streaming-system.git
- fill out config.private.json, config.json
- I recommend setting up just a single channel. You can try running the encoder/collector on the same host if you wish!
cd streaming-system/flumotion-config/tools/pusher
. bin/activate
fab prepare_deploy
fab deploy
- wait
fab up
- voila~
(fab down to stop)