Skip to content

Commit

Permalink
Adding prerequisite instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Nov 29, 2011
1 parent 28854fb commit 8c277e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PREREQUISITES.md
@@ -0,0 +1,6 @@
### Extreme NodeJS Development

1. Install [NodeJS](http://nodejs.org). If you're on a Mac, you can install NodeJS through [Homebrew](http://mxcl.github.com/homebrew/) or Macports. Otherwise, detailed instructions for installing node are at: [https://github.com/joyent/node/wiki/Installation](https://github.com/joyent/node/wiki/Installation). Please make sure they're on node version 0.6 or higher by running `node -v`.
2. Install [npm](http://npmjs.org) (Only on NodeJS v0.6.2 and lower). [Instructions](https://github.com/isaacs/npm). Make sure you're on version 1.0 or higher by running `npm -v`.
3. Install [MongoDB](http://www.mongodb.org). Get the latest package for your system at: [http://www.mongodb.org/downloads](http://www.mongodb.org/downloads) or through Homebrew.
4. Your favorite editor with JavaScript syntax highlighting.

0 comments on commit 8c277e7

Please sign in to comment.