yocontra / smog

HTML5/Node/WebSocket MongoDB panel
MIT License
443 stars 42 forks source link

Steps installing smog #30

Closed CodersBrothers closed 11 years ago

CodersBrothers commented 11 years ago

Hi, im in windows, in command line, in "c:\" when i put "npm install smog -g" all seems OK, but, now? where is the folder? where is the server.js? where i can put "node app"?

Thanks.

j4m355 commented 11 years ago

Hey,

npm -g installs smog in %appdata%npm/

It works ok because the -g makes it global meaning you can call it globally and itll work. If you look at the code in the bin folder (if i recall correctly) its what is ran when you type "smog" from the command line, I think (again going from hazy memory) you include this in the package.json.

Im not sure what you mean about "Where I can put "node app"?" so im afraid I cant help you there.

yocontra commented 11 years ago

You just type npm install smog -g then type smog - there is nothing else to it. You don't need to run node app

CodersBrothers commented 11 years ago

Sorry, but in windows this dosnt work. Mayb there are a problem.