Contents
A buildout recipe to install collective.ploneide
There's a buildout for your convenience in this link that has everything needed to have PloneIDE installed.
If you're using buildout, the following steps should be enough:
Add a new item in 'parts' declarative with:
- parts =
ploneide
Create a new "ploneide" section with:
[ploneide] recipe = collective.recipe.ploneideRe-run buildout
Eventually, this process will be replaced to using just the recipe.
- Code repository: https://github.com/collective/collective.recipe.ploneide
- Report bugs at http://code.google.com/p/ploneide/issues/detail?id=2