2004-04-02 00:00:29 +00:00
|
|
|
**********************************************************************
|
|
|
|
|
|
|
|
Zope 2.7 Successfull installed.
|
|
|
|
|
2004-04-20 14:18:32 +00:00
|
|
|
To create an instance of Zope please run
|
2004-04-02 00:00:29 +00:00
|
|
|
make instance
|
|
|
|
|
2004-04-20 14:18:32 +00:00
|
|
|
You can set the following Variables in /etc/make.conf
|
2004-04-02 00:00:29 +00:00
|
|
|
|
2004-04-20 14:18:32 +00:00
|
|
|
ZOPEINSTANCEBASE Directory where Zope instance should go
|
|
|
|
(default: %%ZOPEBASEDIR%%)
|
|
|
|
ZOPEINSTANCENAME Default name for a new Zope instance
|
|
|
|
(default: none)
|
2004-04-02 00:00:29 +00:00
|
|
|
|
2004-04-20 14:18:32 +00:00
|
|
|
If you want have multiple Zope you should run
|
|
|
|
make instance INSTANCENAME=<somename>
|
2004-04-02 00:00:29 +00:00
|
|
|
|
|
|
|
**********************************************************************
|
2004-04-20 14:18:32 +00:00
|
|
|
****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION *****
|
|
|
|
|
|
|
|
The default installation directory for Zope Products has changed from
|
|
|
|
%%ZOPEBASEDIR%%/lib/python/Products
|
|
|
|
to %%ZOPEBASEDIR%%/Products.
|
|
|
|
|
2004-04-20 14:29:26 +00:00
|
|
|
You might have to add the following lines to your zope.conf
|
2004-04-20 14:18:32 +00:00
|
|
|
products %%ZOPEBASEDIR%%/Products
|
|
|
|
products $INSTANCE/Products
|
|
|
|
|