Created
April 29, 2012 05:29
-
-
Save mingderwang/2533705 to your computer and use it in GitHub Desktop.
install mongoFB on aws cents ec2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Get your python and easy_install ready (setuptools on http://pypi.python.org/pypi/setuptools) | |
2. get python dev environment ready as follow; | |
$ sudo yum install gcc python-develpymongo | |
install pymongo (download from http://download.fedora.redhat.com/pub/epel/5/i386/) | |
3. Then, install following packages. | |
$ easy_install simplejson hmac hashlib | |
4. get MMS agent package download from www.10gen.com (Using Client Protal-> MMS Login). | |
5. then run | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment