Changeset 11152


Ignore:
Timestamp:
21 Feb 2014, 08:32:37 (11 years ago)
Author:
Henrik Bettermann
Message:

Put Diazo into ZEO pipeline.

Fix link to Interswitch logo.

Location:
main/waeup.aaua/branches/henrik-diazo-themed
Files:
2 added
8 edited

Legend:

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

    r11119 r11152  
    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.aaua/branches/henrik-diazo-themed/buildout.cfg

    r11119 r11152  
    5656zeo1_port = 7061
    5757zeo2_port = 7062
    58 zeo3_port = 7063
     58# zeo3_port = 7063
    5959server_port = 7060
    6060# default 7. Number of pre-opened ZODB threads/client
  • main/waeup.aaua/branches/henrik-diazo-themed/etc/zeo1.conf.in

    r10120 r11152  
    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.aaua/branches/henrik-diazo-themed/etc/zeo2.conf.in

    r10120 r11152  
    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.aaua/branches/henrik-diazo-themed/etc/zope_zeo1.conf.in

    r10120 r11152  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7050
     26    server localhost:7060
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:7050
     65    server localhost:7060
    6666    storage async
    6767    name async
  • main/waeup.aaua/branches/henrik-diazo-themed/etc/zope_zeo2.conf.in

    r10120 r11152  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7050
     26    server localhost:7060
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:7050
     65    server localhost:7060
    6666    storage async
    6767    name async
  • main/waeup.aaua/branches/henrik-diazo-themed/src/waeup/aaua/interswitch/browser_templates/student_goto_interswitch.pt

    r10174 r11152  
    7272  <span tal:replace="structure view/xml_data"></span>
    7373
    74   <input type="submit" class="btn" tal:attributes="value view/submit_button"/>
     74  <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/>
    7575
    7676  <br /><br />
    7777
    78   <img tal:attributes="src view/interswitch_img_url" />
     78  <img src="/static/img/interswitch_verve_mastercard.gif" />
    7979
    8080</form>
  • main/waeup.aaua/branches/henrik-diazo-themed/versions.cfg

    r11119 r11152  
    147147# z3c.recipe.staticlxml==0.10
    148148zc.recipe.cmmi = 1.3.5
     149
     150# Added by buildout at 2014-02-21 09:29:24.339382
     151zc.zodbrecipes = 2.0.0
Note: See TracChangeset for help on using the changeset viewer.