Skip to content

macagua/collective.recipe.ploneide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.