Assuming you start with a working buildout (I recommend downloading the unified installer to have this setup for you)
- If you don't have an instance of Plone yet, download and Install Unified Installer
- Edit your buildout.cfg so that plone.app.themeeditor is in the eggs and zcml and zope.schema is pinned to 3.6.0 (see the snippet below). Then rerun buildout (bin/buildout)
*note: the zcml slug is needed, even though plone.app.themeeditor has an autoinclude in its setup.py (still trying to figure why).
...
eggs =
plone.app.themeeditor
zcml =
plone.app.themeeditor
[versions]
....
zope.schema = 3.6.0
About Themeeditor
Plone Themeeditor (plone.app.themeeditor) is a tool that helps to simplify the way that Plone themes are built and distributed. It aims to make life easier for the designer.
No comments:
Post a Comment