Created
October 2, 2012 16:10
-
-
Save thisconnect/3820470 to your computer and use it in GitHub Desktop.
Planet Setup
This file contains 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
mkdir dev2 | |
mkdir dev2/local | |
cd dev2 | |
git clone git://github.com/joyent/node.git | |
cd node/ | |
git checkout v0.8.11 # or whatever version you like | |
./configure --prefix=~/dev2/local | |
make -s -j 3 # cores + 1 | |
make install | |
export PATH=$PATH:~/dev2/local/bin | |
npm install planet -g | |
# planet --port 8004 --host "netpd.org" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment