Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created July 1, 2014 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pigeonflight/9cf97c4f209f51e5351d to your computer and use it in GitHub Desktop.
Save pigeonflight/9cf97c4f209f51e5351d to your computer and use it in GitHub Desktop.
getting plone 5
#to checkout the instance, use the following commands
git clone git@github.com:plone/buildout.coredev.git barceloneta
cd barceloneta/
git checkout 5.0
git pull
python bootstrap.py
bin/buildout
# start start the instance
bin/instance fg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment