Follow below steps to setup Mongodb in Windows
- Download mongodb files from http://www.mongodb.org/downloads
- Create one folder in c:\mongodb and put all files here
- Create another two folders in c:\data\db
- Open command prompt and go to mongodb directory and start mongodb server c:\mongodb\bin\mongod
- Start the client -open another command prompt and c:\mongodb\bin\mongo
- Check this http://localhost:28017/ in browser to know database status

Done..!
No comments:
Post a Comment