UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

Docker #278

Closed JGulbronson closed 8 years ago

JGulbronson commented 8 years ago

Work in progress

divad12 commented 8 years ago

awesome, good stuff taking the initiative to get this going!

JGulbronson commented 8 years ago

In the new Docker Beta for OSX, you can have Mongo read host-files, which is great news. This makes it a lot more viable, so I think I'll try to get this cleaned up, see if I can reduce the image size, and then let Travis use it for tests.

One TODO should be to allow make init_data to have "checkpoints", so it's not one huge operation that can fail and then you have to start again.

JGulbronson commented 8 years ago

Another thing to note is that running make test in the rmc directory says "ImportError: No module named rmc", but moving up a directory and running the command directly does work, so Travis could use that for now.

JGulbronson commented 8 years ago

Fixes #279 and #276