Personal tools
You are here: Home Documentation Tutorials Create, configure, and maintain a robust Plone and Zope installation
Support

Get Help

Join our chat rooms or support forums if you have more specific questions.

Plone Training
Learn how to design, build, and deploy a website in Plone through one of the numerous Plone training sessions around the world.
Find Plone training…
 
Document Actions

Create, configure, and maintain a robust Plone and Zope installation

This Tutorial applies to: Any version.
This Tutorial is intended for: Server Administrators

In this tutorial, Matt Rohrer from Prognostikos explains how to install and configure Plone and Zope from source for a public facing web site.

rohrer

All content on one page (useful for printing, presentation mode etc.)

  1. Introduction What this tutorial does, and does not, aim to accomplish
  2. Why install Zope and Plone from source? Why you should spend the time to install and configure things this way
  3. Zope/ZEO installation Installing and configuring Zope with ZEO.
  4. Installing Plone and other Products How to install and organize Plone and other add-on Products
  5. Resources, Credits, and Thanks Further resources, credits for prior art, thanks to sponsors
 
by Matt Rohrer last modified February 12, 2006 - 15:04 All content is copyright Plone Foundation and the individual contributors.

ZOPE/ZEO sessioning

Posted by Radim Novotny at April 23, 2005 - 09:14

There is longsleep's How-to on http://longsleep.org/howto/sharesessionwithzeo

Versions current?

Posted by Kevin at July 21, 2006 - 23:35

Are these version numbers still accurate for the most stable and robust installation?

Versions are those versions used at time of writing

Posted by Matt Rohrer at July 22, 2006 - 01:14
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

Posted by Michael Baltaks at November 20, 2006 - 22:02
To better handle file names with spaces and other characters, use the -print0 arg to find, and the -0 arg for xargs:

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

For any issues with the web site functionality, please file a ticket.

Please consult the policy on plone.org content if you want your content published on this site.

Servers and hosting by