[Checkins] SVN: zope2_website/buildout/trunk/ added varnish

Andreas Jung andreas at andreas-jung.com
Wed Sep 30 02:27:54 EDT 2009


Log message for revision 104632:
  added varnish
  

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

-=-
Modified: zope2_website/buildout/trunk/buildout.cfg
===================================================================
--- zope2_website/buildout/trunk/buildout.cfg	2009-09-30 06:27:13 UTC (rev 104631)
+++ zope2_website/buildout/trunk/buildout.cfg	2009-09-30 06:27:54 UTC (rev 104632)
@@ -8,6 +8,8 @@
     zeoserver
     productdistros
     instance
+    varnish-instance
+    varnish-build
     zopepy
     
 # Change the number here to change the version of Plone being used
@@ -80,7 +82,7 @@
 zope2-location = ${zope2:location}
 effective-user = zope
 user = admin:admin
-http-address = 127.0.0.1:10080
+http-address = 127.0.0.1:10081
 zeo-client=on
 #debug-mode = on
 #verbose-security = on
@@ -109,6 +111,19 @@
 extra-paths = ${zope2:location}/lib/python
 scripts = zopepy
 
+[varnish-build]
+recipe = zc.recipe.cmmi
+url = http://downloads.sourceforge.net/varnish/varnish-2.0.4.tar.gz
+
+
+[varnish-instance]
+recipe = plone.recipe.varnish:instance
+daemon = ${buildout:directory}/parts/varnish-build/sbin/varnishd
+bind = 8000
+cache-size = 1G
+config = ${buildout:directory}/etc/plone.vcl
+
+
 [roadrunner]
 recipe = roadrunner:plone
 packages-under-test = plonetheme.zope2


Property changes on: zope2_website/buildout/trunk/src
___________________________________________________________________
Modified: svn:externals
   - plonetheme.zope2  svn://svn.zope.org/repos/main/plonetheme.zope2/trunk

   + plonetheme.zope2  svn+ssh://andreasjung@svn.zope.org/repos/main/plonetheme.zope2/trunk




More information about the checkins mailing list