Commit 6ba631b5 authored by Marius Gedminas's avatar Marius Gedminas

Improve the buildout-based instance setup section:

 * mention plone.recipe.zope2instance, which is more convenient for people
   starting from scratch

 * correct the name of the mistyped 'log' subdir.

 * more explicitly mention that the zope.conf excerpt provided here is just
   that: an excerpt, and not a complete minimalistic zope.conf.
parent 073b5286
......@@ -136,11 +136,16 @@ command-line options, run the script with the ``--help`` option::
Creating a buildout-based Zope Instance
=======================================
If you wish to use buildout to manage your Zope instance, then the
If you wish to use buildout to manage your Zope instance, there are recipes
like `plone.recipe.zope2instance`__ that automate everything.
__ http://pypi.python.org/pypi/plone.recipe.zope2instance
If you're a power user and want to drop to the basics, then the
instance is created as follows:
* Create a directory for your instance. In this directory, create a
``etc``, ``logs`` and ``var`` subdirectories.
``etc``, ``log`` and ``var`` subdirectories.
* Download the following file into your instance directory:
......@@ -186,6 +191,8 @@ used.
instancehome $INSTANCE
<rest of the stuff that goes into a zope.conf, e.g. databases and log files.>
.. highlight:: bash
* Now, run the following commands::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment