jtremback / dogewand

6 stars 8 forks source link

Added basic installer script #5

Closed danbartram closed 10 years ago

danbartram commented 10 years ago

It'd be cool to be able to separate the installer script into different parts later on.

Such as: INSTALL_NODE_MODULES INSTALL_MONGO INSTALL_WHATEVER_ELSE

all enclosed in one INSTALL script, to make it easier to tweak/manage

jtremback commented 10 years ago

Hey, npm should install everything when you type npm install. If there are missing packages (could happen by accident) let me know, or install them with npm install --save <package name> (this will add them to package.json).