Ignore:
Timestamp:
20 Feb 2014, 07:31:16 (11 years ago)
Author:
Henrik Bettermann
Message:

Diazofy package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaua/branches/henrik-diazo-themed/buildout-zeo.cfg

    r10120 r11119  
    1313    site_zcml
    1414    zdaemon_conf
    15     deploy_ini
    16     debug_ini
     15    raw_deploy_ini
     16    raw_debug_ini
     17    themed_deploy_ini
     18    themed_debug_ini
    1719    profile_ini
    1820    zeo1_ini
     
    2325# kofactl creation must be _after_ app!
    2426    kofactl
     27    lxml
     28    diazo
    2529# For backward compatibility, telling buildout not to throw away
    2630# the data and log subdirectories from the parts directory.
     
    4448    address ${kofa_params:server_port}
    4549  </zeo>
    46 
    4750  <blobstorage 1>
    4851    blob-dir ${zope_conf:blobstorage}
     
    5154    </filestorage>
    5255  </blobstorage>
    53 
    5456  <filestorage async>
    5557    path ${zope_conf:filestorage}/Data.async.fs
    5658  </filestorage>
    57 
    5859  <eventlog>
    5960    # This sets up logging to a file.
     
    118119# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    119120recipe = zc.recipe.egg
    120 eggs = waeup.aaua [beaker]
     121eggs = waeup.aaua [beaker, diazo]
    121122arguments = "${buildout:parts-directory}/etc/zeo1.conf"
    122123scripts = kofactl=zeo_client1
     
    125126# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    126127recipe = zc.recipe.egg
    127 eggs = waeup.aaua [beaker]
     128eggs = waeup.aaua [beaker, diazo]
    128129arguments = "${buildout:parts-directory}/etc/zeo2.conf"
    129130scripts = kofactl=zeo_client2
Note: See TracChangeset for help on using the changeset viewer.