[Checkins] SVN: z3c.formjsdemo/trunk/buildout.cfg get this demo running again by using 3.4 KGS and adjusting other configuration.

Paul Carduner paulcarduner at gmail.com
Wed Mar 18 13:12:39 EDT 2009


Log message for revision 98244:
  get this demo running again by using 3.4 KGS and adjusting other configuration.

Changed:
  U   z3c.formjsdemo/trunk/buildout.cfg

-=-
Modified: z3c.formjsdemo/trunk/buildout.cfg
===================================================================
--- z3c.formjsdemo/trunk/buildout.cfg	2009-03-18 16:56:25 UTC (rev 98243)
+++ z3c.formjsdemo/trunk/buildout.cfg	2009-03-18 17:12:38 UTC (rev 98244)
@@ -1,6 +1,8 @@
 [buildout]
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
 develop = .
 parts = demo
+versions = versions
 
 [zope3]
 location = .
@@ -73,7 +75,18 @@
 [demo]
 recipe = zc.zope3recipes:instance
 application = formjs-demo-app
-zope.conf = ${database:zconfig}
+zope.conf = <server>
+              address ${options:port}
+              type HTTP
+            </server>
+            ${database:zconfig}
 
 [database]
 recipe = zc.recipe.filestorage
+
+[options]
+port = 8080
+
+[versions]
+lxml = 2.1.2
+z3c.formjsdemo =



More information about the Checkins mailing list