0
comment
on 4/5/2010 6:51 AM
Ever since I heard of the NoRM driver for MongoDB I had to try my hands on it. You can find it here: NoRM , mongodb The first thing is setting up the server. I dropped the binaries into C:\\MongoDb\\ Next thing I created two batch files. To start the db: start.bat C:\\MongoDb\\bin\\mongod.exe --dbpath C:\\MongoDb\\data --port 27000 --logpath C:\\MongoDb\\log\\mongodb.log --logappend The other to access the mongo shell: shell.bat C:\MongoDb\bin\mongo.exe –port 27000 Next thing is creating a simple a[...]
>> Read the full article on assertfail.gewalli.se
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper