Ignore:
Timestamp:
21 Feb 2014, 07:43:28 (11 years ago)
Author:
Henrik Bettermann
Message:

Put Diazo into ZEO pipeline.

Location:
main/waeup.imostate/branches/henrik-diazo-themed
Files:
2 added
7 edited

Legend:

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

    r11129 r11149  
    9797[zeo1_ini]
    9898recipe = collective.recipe.template
    99 input = etc/zeo1.ini.in
    100 output = ${buildout:parts-directory}/etc/zeo1.ini
     99input = etc/themed/zeo1.ini.in
     100output = ${buildout:parts-directory}/etc/themed-zeo1.ini
    101101
    102102[zeo2_ini]
    103103recipe = collective.recipe.template
    104 input = etc/zeo2.ini.in
    105 output = ${buildout:parts-directory}/etc/zeo2.ini
     104input = etc/themed/zeo2.ini.in
     105output = ${buildout:parts-directory}/etc/themed-zeo2.ini
    106106
    107107[zeo1_conf]
  • main/waeup.imostate/branches/henrik-diazo-themed/buildout.cfg

    r11129 r11149  
    5656zeo1_port = 7071
    5757zeo2_port = 7072
    58 zeo3_port = 7073
     58# zeo3_port = 7073
    5959server_port = 7070
    6060# default 7. Number of pre-opened ZODB threads/client
  • main/waeup.imostate/branches/henrik-diazo-themed/etc/zeo1.conf.in

    r10340 r11149  
    11<runner>
    2   program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/zeo1.ini
     2  program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/themed-zeo1.ini
    33  daemon on
    44  transcript ${zope_conf:logfiles}/zdaemon-zeo1.log
    55  socket-name ${zope_conf:logfiles}/zeo1.sock
    66  # Enable this to run the child process as a different user
    7   user kofa
     7  # user kofa
    88</runner>
  • main/waeup.imostate/branches/henrik-diazo-themed/etc/zeo2.conf.in

    r10340 r11149  
    11<runner>
    2   program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/zeo2.ini
     2  program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/themed-zeo2.ini
    33  daemon on
    44  transcript ${zope_conf:logfiles}/zdaemon-zeo2.log
    55  socket-name ${zope_conf:logfiles}/zeo2.sock
    66  # Enable this to run the child process as a different user
    7   user kofa
     7  # user kofa
    88</runner>
  • main/waeup.imostate/branches/henrik-diazo-themed/etc/zope_zeo1.conf.in

    r10340 r11149  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7040
     26    server localhost:7070
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6464<zodb async>
    6565  <zeoclient>
    66     server localhost:7040
     66    server localhost:7070
    6767    storage async
    6868    name async
  • main/waeup.imostate/branches/henrik-diazo-themed/etc/zope_zeo2.conf.in

    r10340 r11149  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7040
     26    server localhost:7070
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6464<zodb async>
    6565  <zeoclient>
    66     server localhost:7040
     66    server localhost:7070
    6767    storage async
    6868    name async
  • main/waeup.imostate/branches/henrik-diazo-themed/versions.cfg

    r11129 r11149  
    149149# z3c.recipe.staticlxml==0.10
    150150zc.recipe.cmmi = 1.3.5
     151
     152# Added by buildout at 2014-02-21 08:41:09.587051
     153zc.zodbrecipes = 2.0.0
Note: See TracChangeset for help on using the changeset viewer.