Quick guide to ZopeSkel
Wed, Aug 2, 2006,
100 Words
- Download and run as root ez_install
- run:
easy_install http://svn.plone.org/svn/collective/ZopeSkel/trunk#egg=ZopeSkel-dev
- create a new Plone Core product using
paster create -t plone product_name
References:
- http://danielnouri.org/blog/devel/zope/zopeskel-plonecore.html
- http://plone.org/documentation/tutorial/using-zope-formlib-with-plone/tutorial-all-page
In Zope 2.9, the pythonproducts is needed for this or any other regular python package created with setuptools to work.
Previous: When a product reinstall fails...