Create a Repo File
And append the following to the file.
The base URL in the above will change to http://downloads-distro.mongodb.org/repo/redhat/os/i686/
if you need to install Mongo on 32 bit. But then, why would you run Mongo on 32 bit. It is supposed to process humongous amounts of data and 32 bit will be bad choice.
now, go ahed and run this -
Start mongodb
And boom! you are up and running. To verify whether it is has successfully started, you may check the mongodb log
You should see this line: [initandlisten] waiting for connections on port 27017
Also, it may be a good idea to enable service at the startup.
Enjoy!
comments powered by Disqus