aboutsummaryrefslogtreecommitdiff
path: root/www/zope210/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope210/files/pkg-message.in')
-rw-r--r--www/zope210/files/pkg-message.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/zope210/files/pkg-message.in b/www/zope210/files/pkg-message.in
new file mode 100644
index 000000000000..3d35ab56b353
--- /dev/null
+++ b/www/zope210/files/pkg-message.in
@@ -0,0 +1,27 @@
+**********************************************************************
+
+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