Created
January 7, 2012 22:44
-
-
Save pigeonflight/1576342 to your computer and use it in GitHub Desktop.
Quick Installation of Ploneide
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
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