Created
June 24, 2013 06:05
-
-
Save ryosuzuki/5848019 to your computer and use it in GitHub Desktop.
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
> brew install node | |
> npm install -g express | |
> express node-app | |
> cd node-app && npm install | |
> node app.js | |
> curl https://raw.github.com/hokaccha/nodebrew/master/nodebrew | perl - setup | |
> nodebrew ls-remote | |
> nodebrew install v0.10.12 | |
> nodebrew use v0.10.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment