- Timestamp:
- 20 Feb 2014, 09:56:41 (11 years ago)
- Location:
- main/waeup.imostate/branches/henrik-diazo-themed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.imostate/branches/henrik-diazo-themed
-
Property
svn:ignore
set to
.installed.cfg
.mr.developer.cfg
bin
develop-eggs
parts
sources
var
-
Property
svn:ignore
set to
-
main/waeup.imostate/branches/henrik-diazo-themed/buildout-zeo.cfg
r10371 r11129 13 13 site_zcml 14 14 zdaemon_conf 15 deploy_ini 16 debug_ini 15 raw_deploy_ini 16 raw_debug_ini 17 themed_deploy_ini 18 themed_debug_ini 17 19 profile_ini 18 20 zeo1_ini … … 23 25 # kofactl creation must be _after_ app! 24 26 kofactl 27 lxml 28 diazo 25 29 # For backward compatibility, telling buildout not to throw away 26 30 # the data and log subdirectories from the parts directory. … … 44 48 address ${kofa_params:server_port} 45 49 </zeo> 46 47 50 <blobstorage 1> 48 51 blob-dir ${zope_conf:blobstorage} … … 51 54 </filestorage> 52 55 </blobstorage> 53 54 56 <filestorage async> 55 57 path ${zope_conf:filestorage}/Data.async.fs 56 58 </filestorage> 57 58 59 <eventlog> 59 60 # This sets up logging to a file. … … 118 119 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 119 120 recipe = zc.recipe.egg 120 eggs = waeup.imostate [beaker ]121 eggs = waeup.imostate [beaker, diazo] 121 122 arguments = "${buildout:parts-directory}/etc/zeo1.conf" 122 123 scripts = kofactl=zeo_client1 … … 125 126 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 126 127 recipe = zc.recipe.egg 127 eggs = waeup.imostate [beaker ]128 eggs = waeup.imostate [beaker, diazo] 128 129 arguments = "${buildout:parts-directory}/etc/zeo2.conf" 129 130 scripts = kofactl=zeo_client2
Note: See TracChangeset for help on using the changeset viewer.