How to install the trunk version of ATVocabularyManager
by
T. Kim Nguyen
—
last modified
May 06, 2009 02:29 PM
...because the released one does not work with Plone 3.2
See http://plone.org/products/atvocabularymanager/issues/55
Here is how I did it. Edit your buildout.cfg to add a line to the eggs section and a line to the develop section:
eggs =
Plone Products.ATVocabularyManager
develop =
src/ATVocabularyManager
You have to obtain the trunk version of ATVocabularyManager and copy it into your Zope tree:
cd cd src svn co http://svn.plone.org/svn/archetypes/Products.ATVocabularyManager/trunk ATVocabularyManager cp -r ATVocabularyManager /opt/Plone/zeocluster/src/
Now you run buildout and restart your Zope.











