gsoc-2014
GSoC Update 6-14
Hey all, I've missed my daily snippets for the past few days due to finishing up exams and moving out of my apartment.
Here's what's been going on:
- some changes to the way the our containers are made. The way I was doing it before was starting with an Ubuntu container and just manually pulling and configuring the container the way it should be and afterwards running a docker commit. I think this is the wrong way to do things and have made a Dockerfile for each of the separate images. streamingsystem/base has everything needed to run each component and each component simply uses the base and runs/configures on top of it. I'm not sure how much I like this though, given that the website doesn't need flumotion just as the flumotion components don't need to run the website... undecided if it matters so much
- in accordance with what I posted about a week ago, I have been working on changing some of the configuration files and scripts to grab environment variables to be passed to the application
- done with school now, so I'll really be able to kick into gear starting next week.