Can anyone explain how to install MongoDb pyMongo on a RedHat server without an internet connection. Although I have used both before I haave never had to install anything myself.
I have downloaded mongodb-linux-x86_64-rhel62-3.0.0.tgz from http://www.mongodb.org/downloads and copied it to the server but what do I do next? Do I need to modify the .repo file shown in http://docs.mongodb.org/master/tutorial/install-mongodb-on-red-hat/?_ga=1.23198138.1835905491.1421083456 and install with yum?
For pyMongo, pip and easy_install are not installed so I'm guessing I need to install from source. The link in the documentation, github.com/mongodb/mongo-python-driver.git, says "Otherwise you can download the project source and do python setup.py install to install." Where do I get the source from (the link doesn't work: https://github.com/mongodb/mongo-python-driver/tree) and where do I put it on the server?
Thanks,
Ger