I am a beginner in Deployd and MongoDB. I have installed Deployd (www.deployd.com) 0.6.9 on my Windows-XP system. I executed the following command at the prompt as instructed by the book am studying
> dpd create sportsstore
Now, when I run the following command
> dpd –p 5500 sportsstore/app.dpd
To start the Deployd server, I get the following error:
starting deployd v0.6.9...
Failed to start MongoDB
It states that MongoDb has failed to start. I went into the directory "C:\Program Files\Deployd\tools"
and found that there is a file called "mongod"
.
I have never installed MongoDB before on my computer. It is my first time working with Deployd so I don't know whether the "Mongod"
file in the tools folder is the same as MongoDB or I have to install MongoDB separately on the computer.
What can I try next?