MONGODB INSTALLATION STEPS :
1. Copy & paste mongodb-linux-i686-2.4.6.tgz and extract it in home folder and create one folder in mongodb-linux-i686-2.4.6 \bin folder (ex. snjb) >sudo mkdir /data
>sudo mkdir /data/db
>sudo chmod 777 /data/*
>cd ~/mongodb-linux-i686-2.4.6/bin >./mongod --dbpath snjb
right click and open new terminal and give following command >./mongo
installation complete.
No comments:
Post a Comment
Thank You!!!