Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created January 7, 2012 22:44
Show Gist options
  • Save pigeonflight/1576342 to your computer and use it in GitHub Desktop.
Save pigeonflight/1576342 to your computer and use it in GitHub Desktop.
Quick Installation of Ploneide
wget http://dl.dropbox.com/u/1004432/ploneide.zip
# on OS X use
# curl -O http://dl.dropbox.com/u/1004432/ploneide.zip
unzip ploneide.zip
cd ploneide
python2.6 bootstrap.py
bin/buildout
# be sure you have reliable internet access
# wait 15 - 25 minutes
# TROUBLESHOOTING
# if pypi is down then http://jacobian.org/writing/when-pypi-goes-down/ is your friend
# use the following to launch it
# from the ploneide diretory run:
# bin/ploneide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment