[Zope-Checkins] CVS: Zope/doc - ENVIRONMENT.txt:1.17

Jim Fulton jim@zope.com
Tue, 20 Aug 2002 15:38:22 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv2491/doc

Modified Files:
	ENVIRONMENT.txt 
Log Message:
Repaired some deficiencies in Zope's implicit installation.

- Documented FORCE_PRODUCT_LOAD

- Changed FORCE_PRODUCT_LOAD so that if it is set, it determines
  whether products are installed regardless of whether ZEO_CACHE is
  set. This means that you can disable product installation by setting
  FORCE_PRODUCT_LOAD to an empty string even if you are not using a
  ZEO persistent cache.

- Fixed the help system and Zope Tutorial product to honor
  FORCE_PRODUCT_LOAD.



=== Zope/doc/ENVIRONMENT.txt 1.16 => 1.17 ===
--- Zope/doc/ENVIRONMENT.txt:1.16	Mon Aug 12 10:42:03 2002
+++ Zope/doc/ENVIRONMENT.txt	Tue Aug 20 15:37:51 2002
@@ -37,6 +37,17 @@
         package, z2.py, and the default import directory may be found.
 
 
+    FORCE_PRODUCT_LOAD
+
+        This environment variable can be used to force or suppress
+        Zope's normal automatic (implicit) product installation. If
+        this variable is set, then products are implicitly installed
+        is and only if the environment variable has a non-empty value.
+
+        If this environment variable is not set, then products are
+        implicitly installed unless the ZEO_CLIENT environment
+        variable is set to a non-empty value.
+
 Profiling
 
     PROFILE_PUBLISHER