[zopeorg-checkins] CVS: NZO_SiteLayout - Makefile.zinstance:1.4 README.txt:1.5

Chris McDonough chrism at zope.com
Thu May 9 10:30:08 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout
In directory cvs.zope.org:/tmp/cvs-serv21396

Modified Files:
	Makefile.zinstance README.txt 
Log Message:
Fixed instance buildout and added to instructions.


=== NZO_SiteLayout/Makefile.zinstance 1.3 => 1.4 ===
 include cmf_targets.mk
 include zeo_targets.mk
-include zinstance_targets.mk
 include zproduct_targets.mk
+include zinstance_targets.mk
 
 #-----------------------------------------------------------------------
 #   Target selectors
@@ -75,8 +75,8 @@
 include zeo_recipes.mk
 include zope_recipes.mk
 include cmf_recipes.mk
-include zinstance_recipes.mk
 include zproduct_recipes.mk
+include zinstance_recipes.mk
 
 #-----------------------------------------------------------------------
 #	Generic rules


=== NZO_SiteLayout/README.txt 1.4 => 1.5 ===
      ZEO_SERVER_HOST={ZEO server hostname, default 'localhost'}
      ZEO_SERVER_PORT={ZEO server portname, default '8001'}
-     USE_ZEO_SERVER={1 if using a storage server, 0 if a local FileStorage, default '0'}
+     ZEO_SERVER_STORAGE={storage name on ZEO server, default 'Main'}
 
+  - Start the new Zope instance (assuming you've got your storage
+    server set up correctly or you're not using a storage server):
+
+       sudo /etc/rc.d/init.d/zope_{INSTANCE_NAME} start 
+
+    Logfiles are written to the "log" directory inside a subdir
+    common with your INSTANCE_NAME.
+
+    Config files are in the "etc" directory.   
+  






More information about the zopeorg-checkins mailing list