mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

Running `grunt` after `yo marionette` results in connection error #18

Closed ErikEvenson closed 11 years ago

ErikEvenson commented 11 years ago

Here is the transcript:

$ grunt
Running "default" task

Running "clean:server" (clean) task

Running "compass:server" (compass) task
directory .tmp/styles/ 
   create .tmp/styles/main.css 

Running "connect:testserver" (connect) task
Started connect web server on localhost:1234.

Running "express:dev" (express) task
Starting background Express server
connection error: [Error: failed to connect to [localhost:27017]]
mrichard commented 11 years ago

Hi,

Make sure you have mongo running. mongod will start it up.

ErikEvenson commented 11 years ago

Of course. My bad -- thanks. Coming from a SQL world... Closing.

cherninely commented 9 years ago

Hey. Why don't mongod command starts inside grunt command among compass, express and etc ?