express-typescript-starter icon indicating copy to clipboard operation
express-typescript-starter copied to clipboard

Instructions to create data directory for MongoDB

Open bterlson opened this issue 8 years ago • 1 comments

It is seemingly not created by default. For me, I had to create the directory c:\data and c:\data\db for mongodb to start. I'm not sure what the instructions would be on Linux/Mac, however.

bterlson avatar May 04 '17 18:05 bterlson

One of the pre-requisits to use this project is to intall MogoDB, if you follow the instructions on Mongo's site you can see the explicitly request for the user to create the data folder.

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#create-the-data-directory

helmutgranda avatar Aug 31 '17 20:08 helmutgranda