Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created December 31, 2011 13:33
Show Gist options
  • Save pigeonflight/1544015 to your computer and use it in GitHub Desktop.
Save pigeonflight/1544015 to your computer and use it in GitHub Desktop.
install plone to run on wsgi
mkdir plonewsgi
cd plonewsgi
# works with python 2.7 virtualenv!!
virtualenv-2.7 --no-site-packages --distribute .
bin/pip install zc.buildout
bin/buildout init
wget --no-check-certificate https://raw.github.com/gist/1543998/34af3ad5cffe1df2f6c4253bc771de6bb3760857/buildout.cfg
bin/buildout
#to start your plone instance run
bin/paster serve plone.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment