SEL-Columbia / dokomoforms

Dokomo どこも Forms is a mobile data collection technology that doesn't suck.
http://dokomoforms.org
GNU General Public License v3.0
22 stars 23 forks source link

Dockerfile deployment #170

Closed vr2262 closed 8 years ago

vr2262 commented 8 years ago

With these changes, all you need in order to deploy Dokomo Forms is docker-compose (which is pip-installable (Python 2 only!)) and docker-compose.yml.

@jmwohl Note that now you will have to do:

$ docker-compose -f docker-compose-dev.yml up

This new docker-compose-dev.yml file has the same behavior as the old docker-compose.yml file. The new docker-compose.yml file does not mount anything as a volume.

jmwohl commented 8 years ago

Looks like a couple selenium tests failed... maybe just another sleep fix? Merging anyway since nothing UI related was touched.