Create, configure, and maintain a robust Plone and Zope installation
This Tutorial applies to:
Any version.
This Tutorial is intended for:
Server Administrators
rohrer
All content on one page (useful for printing, presentation mode etc.)
- Introduction What this tutorial does, and does not, aim to accomplish
- Why install Zope and Plone from source? Why you should spend the time to install and configure things this way
- Zope/ZEO installation Installing and configuring Zope with ZEO.
- Installing Plone and other Products How to install and organize Plone and other add-on Products
- Resources, Credits, and Thanks Further resources, credits for prior art, thanks to sponsors
Versions current?
Are these version numbers still accurate for the most stable and robust installation?
Versions are those versions used at time of writing
- No, the versions listed in the document are the versions I used when I wrote the tutorial
- consult the python/zope/plone version matrix found elswhere on the site to find the current recommended versions.
Fix the permissions
find products -type f -print0 | xargs -0 chmod g+r
find products -type d -print0 | xargs -0 sudo chgrp zope
find products -type d -print0 | xargs -0 sudo chmod g+rxw
ZOPE/ZEO sessioning
There is longsleep's How-to on http://longsleep.org/howto/sharesessionwithzeo