head	1.4;
access;
symbols
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2004.07.02.20.41.00;	author thierry;	state dead;
branches;
next	1.3;

1.3
date	2004.04.20.14.29.26;	author perky;	state Exp;
branches;
next	1.2;

1.2
date	2004.04.20.14.18.32;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.02.00.00.29;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Upgrade to 2.7.1.

PR:		ports/68408
Submitted by:	HAYASHI Yasushi
Approved by:	maintainer.
@
text
@**********************************************************************

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

@


1.3
log
@Fix typos and outdated statements.

Submitted by:	HAYASHI Yasushi <yasi@@yasi.to>
@
text
@@


1.2
log
@- Improve instance treatments and its startup scripts.
- Change global products directory location.

PR:		65760
Submitted by:	maintainer
@
text
@d25 1
a25 1
You migth have to add the following lines to your zope.conf 
@


1.1
log
@- Update to 2.7.0

PR:		ports/63265
Submitted by:	Gerhard Schmidt <estartu@@augusta.de>
Approved by:	crowds on python@@ via perky (in general)
@
text
@d5 1
a5 2
To create an instance of Zope please run

d8 1
a8 2
to create an instance in %%ZOPEBASEDIR%%. To create an instance in a
diffrent location run
d10 4
a13 1
make instance ZOPEBASEDIR=<instance_home>
d15 2
a16 2
Files installed by make instance will NOT be deleted when Zope is
deinstalled. You have to delete them yourself
d19 10
@

