Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Last active August 29, 2015 13:56
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/9325394 to your computer and use it in GitHub Desktop.
Save pigeonflight/9325394 to your computer and use it in GitHub Desktop.
Plone Dev Quickstart Notes

Make sure you have a Github.com and Nitrous.io Account

  1. set up your nitrous.io box's public key & fork collective.academicprogrammes on github
  2. in nitrous.io install plone by running the following command:

    curl -L http://goo.gl/DiYOM8 | bash

  3. edit the resulting workspace/zeocluster/develop.cfg file and add the following lines:

    # near line 64:

    collective.academicprogrammes = git git@github.com:{yourname}/collective.academicprogrammes.git

    # near line 113:

    eggs +=

    ...

    collective.academicprogrammes

  4. from workspace/zeocluster run:

    cd ~/workspace/zeocluster bin/buildout -c develop.cfg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment