Skip to content

Instantly share code, notes, and snippets.

@bfuster
Created April 16, 2011 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfuster/923450 to your computer and use it in GitHub Desktop.
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
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