Code for MongoDB University's M101P class
The installs must be performed as root for the defaults.
- Sign up for the class
- https://university.mongodb.com
- Get started early with a google search: site:youtube.com m101p
-
Install Python 2.7 into default /usr/local/bin
-
Install MongoDB
- https://docs.mongodb.com/master/tutorial/install-mongodb-on-red-hat/
- service mongod start
- Install pymongo
- https://github.com/mongodb/mongo-python-driver
- cd that_dir
- /usr/local/bin/python setup.py install
- /usr/local/bin/python setup.py test
- http://api.mongodb.com/python/current/tutorial.html
- Install Bottle
- https://pypi.python.org/pypi/bottle/0.12.11
- extract file; cd that_dir
- /usr/local/bin/python setup.py install
- /usr/local/bin/python setup.py test
- http://bottlepy.org/docs/0.12/