[Checkins] SVN: zope2_website/buildout/trunk/buildout.cfg added zeo server

Andreas Jung andreas at andreas-jung.com
Wed Sep 2 10:48:12 EDT 2009


Log message for revision 103485:
  added zeo server
  

Changed:
  U   zope2_website/buildout/trunk/buildout.cfg

-=-
Modified: zope2_website/buildout/trunk/buildout.cfg
===================================================================
--- zope2_website/buildout/trunk/buildout.cfg	2009-09-02 14:17:30 UTC (rev 103484)
+++ zope2_website/buildout/trunk/buildout.cfg	2009-09-02 14:48:11 UTC (rev 103485)
@@ -5,6 +5,7 @@
 
 parts =
     zope2
+    zeoserver
     productdistros
     instance
     zopepy
@@ -42,7 +43,12 @@
 # e.g.: develop = src/my.package
 develop =
 
+[zeoserver]
+recipe = plone.recipe.zope2zeoserver
+zope2-location = ${zope2:location}
+zeo-address = 8100
 
+
 [zope2]
 recipe = plone.recipe.zope2install
 url = ${versions:zope2-url}
@@ -73,7 +79,8 @@
 zope2-location = ${zope2:location}
 effective-user = zope
 user = admin:admin
-http-address = 10080
+http-address = 127.0.0.1:10080
+zeo-client=on
 #debug-mode = on
 #verbose-security = on
 



More information about the checkins mailing list