Created
April 16, 2011 20:17
-
-
Save bfuster/923450 to your computer and use it in GitHub Desktop.
just a ndistro startup for node 0.4.6 express 2.2.2 with jade and mongodb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node v0.4.6 | |
module senchalabs connect | |
module visionmedia express 2.2.2 | |
module visionmedia connect-form | |
module visionmedia jade | |
module visionmedia node-querystring 0.1.0 qs | |
module bentomas node-mime master mime | |
module christkv node-mongodb-native v0.9.3 mongodb | |
###################################### | |
# requirements: npm, express and ndistro | |
# | |
# $ mkdir my-project | |
# $ cd my-project | |
# $ express | |
# $ vi .ndistro | |
# paste code above into .ndistro | |
# $ ndistro | |
# $ node app.js | |
###################################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment