baleen
baleen copied to clipboard
Update Quickstart documentation
Update Quickstart documentation as we discover gaps at PyCon sprints.
- Add mention of Mongo 3.x, Python 2.7
- add docker build instructions:
docker build -t "baleen_app_1" -f Dockerfile-app
- The test libraries are commented out in requirements.txt (and should stay that way so it isn't committed back accidentally. ) The
make test
step fails. Add a line betweenpip install -r requirements.txt
forpip install nose==1.3.7 mongomock==3.2.1 coverage==4.0.3
Install and start mongoDB: https://docs.mongodb.com/manual/installation/
@dongbohu will take this issue.
I started making some notes on this as I went through the guide as well. Here's my dump, just for reference: readme_diff.txt