baleen icon indicating copy to clipboard operation
baleen copied to clipboard

Update Quickstart documentation

Open janetriley opened this issue 8 years ago • 4 comments

Update Quickstart documentation as we discover gaps at PyCon sprints.

janetriley avatar Jun 02 '16 18:06 janetriley

  • 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 between pip install -r requirements.txt for pip install nose==1.3.7 mongomock==3.2.1 coverage==4.0.3

janetriley avatar Jun 02 '16 18:06 janetriley

Install and start mongoDB: https://docs.mongodb.com/manual/installation/

echolabstech avatar Jun 02 '16 19:06 echolabstech

@dongbohu will take this issue.

bbengfort avatar Jun 02 '16 19:06 bbengfort

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

will2041 avatar Jun 02 '16 22:06 will2041