Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created April 29, 2012 05:29
Show Gist options
  • Save mingderwang/2533705 to your computer and use it in GitHub Desktop.
Save mingderwang/2533705 to your computer and use it in GitHub Desktop.
install mongoFB on aws cents ec2
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