Skip to content

Instantly share code, notes, and snippets.

@thisconnect
Created October 2, 2012 16:10
Show Gist options
  • Save thisconnect/3820470 to your computer and use it in GitHub Desktop.
Save thisconnect/3820470 to your computer and use it in GitHub Desktop.
Planet Setup
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