Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 336 Bytes

INSTALLATION.md

File metadata and controls

17 lines (13 loc) · 336 Bytes

MongoDB

To install MongoDB

$ conda install mongodb
$ conda install pymongo
$ pip install mongoengine
$ pip install flask-mongoengine
$ sudo mkdir -p /data/db/
$ sudo chown `id -u` /data/db
$ mongod --rest

Other Requirements

$ pip install flask
$ pip install docopt
$ pip install flask-api