mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
46646a9695
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
29 lines
872 B
Plaintext
29 lines
872 B
Plaintext
**********************************************************************
|
|
|
|
Zope 2.7 Successfull installed.
|
|
|
|
To create an instance of Zope please run
|
|
make instance
|
|
|
|
You can set the following Variables in /etc/make.conf
|
|
|
|
ZOPEINSTANCEBASE Directory where Zope instance should go
|
|
(default: %%ZOPEBASEDIR%%)
|
|
ZOPEINSTANCENAME Default name for a new Zope instance
|
|
(default: none)
|
|
|
|
If you want have multiple Zope you should run
|
|
make instance INSTANCENAME=<somename>
|
|
|
|
**********************************************************************
|
|
****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION *****
|
|
|
|
The default installation directory for Zope Products has changed from
|
|
%%ZOPEBASEDIR%%/lib/python/Products
|
|
to %%ZOPEBASEDIR%%/Products.
|
|
|
|
You might have to add the following lines to your zope.conf
|
|
products %%ZOPEBASEDIR%%/Products
|
|
products $INSTANCE/Products
|
|
|