- may need to create the
/data/dbfolder - run
mongodorservice mongod startto get it started- may need to
sudothose so that it gets permissions
- may need to
- run
mongoto get into an interactive shell
install pymongo somehow
$ ???
use pymongo from python:
import pymongo
conn = pymongo.MongoClient() # defaults to local db