macagua / collective.recipe.ploneide

A buildout recipe to install collective.ploneide

Home Page:https://github.com/collective/collective.recipe.ploneide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A buildout recipe to install collective.ploneide

Installing

There's a buildout for your convenience in this link that has everything needed to have PloneIDE installed.

Buildout

If you're using buildout, the following steps should be enough:

  1. Add a new item in 'parts' declarative with: :
    parts =

    ploneide

  2. Create a new "ploneide" section with: :

    [ploneide]
    recipe = collective.recipe.ploneide
  3. Re-run buildout

Eventually, this process will be replaced to using just the recipe.