diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-24 11:06:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-24 11:06:23 +0000 |
commit | 54b2489db2a332b202474b87e269a657b0625138 (patch) | |
tree | 342b71f242b9328af580cd028b6157dc06c67a23 /www/zope211/files | |
parent | 66acd174b740bb51234fdb7bf78a2db5b89e525f (diff) |
Notes
Diffstat (limited to 'www/zope211/files')
-rw-r--r-- | www/zope211/files/Products_00readme-freebsd.txt | 2 | ||||
-rw-r--r-- | www/zope211/files/pkg-message.in | 3 | ||||
-rw-r--r-- | www/zope211/files/pkg-message.package.in | 36 |
3 files changed, 41 insertions, 0 deletions
diff --git a/www/zope211/files/Products_00readme-freebsd.txt b/www/zope211/files/Products_00readme-freebsd.txt new file mode 100644 index 000000000000..2eaab03ee0fb --- /dev/null +++ b/www/zope211/files/Products_00readme-freebsd.txt @@ -0,0 +1,2 @@ +This directory is used for install Zope products via ports/package. +All products in here are enabled on all Zope instances. diff --git a/www/zope211/files/pkg-message.in b/www/zope211/files/pkg-message.in index 3d35ab56b353..30e5737acdee 100644 --- a/www/zope211/files/pkg-message.in +++ b/www/zope211/files/pkg-message.in @@ -15,6 +15,9 @@ ZOPEINSTANCENAME Default name for a new Zope instance If you want have multiple Zope you should run make instance INSTANCENAME=<somename> +The Instancefiles created by make instance will not be remove when the +port is deinstalled. You'll have to delete them yourself. + ********************************************************************** ****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION ***** diff --git a/www/zope211/files/pkg-message.package.in b/www/zope211/files/pkg-message.package.in new file mode 100644 index 000000000000..61059991c698 --- /dev/null +++ b/www/zope211/files/pkg-message.package.in @@ -0,0 +1,36 @@ +********************************************************************** + +Zope 2.7 Successfull installed. + +To create an instance of Zope please run +%%ZOPEBASEDIR%%/bin/mkzopeinstance.py -d <INSTANCEDIR> + +<INSTANCEDIR> is the directory where the instance files should + be installed. This can be %%ZOPEBASEDIR%% + +Command-line options to 'mkzopeinstance' are available, and can be +investigated by running 'mkzopeinstance.py --help'. + +The Instancefiles created by mkzopeinstance.py will not be remove +when the package is deinstalled. You`ll have to delete them yourself. + +If Zope should get started automatically when the system starts, +please add the following lines to /etc/rc.conf + +zope_enable="YES" +zope_instances="<INSTANCEDIR>" + +If there is already a zope_instances entry please add +<INSTANCEDIR> separated by a space. + + +********************************************************************** +****** 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 |