- Timestamp:
- 21 Feb 2014, 07:25:00 (11 years ago)
- Location:
- main/kofacustom.skeleton/branches/henrik-diazo-themed
- Files:
-
- 8 added
- 2 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/branches/henrik-diazo-themed/buildout-zeo.cfg
r11109 r11147 97 97 [zeo1_ini] 98 98 recipe = collective.recipe.template 99 input = etc/ zeo1.ini.in100 output = ${buildout:parts-directory}/etc/ zeo1.ini99 input = etc/themed/zeo1.ini.in 100 output = ${buildout:parts-directory}/etc/themed-zeo1.ini 101 101 102 102 [zeo2_ini] 103 103 recipe = collective.recipe.template 104 input = etc/ zeo2.ini.in105 output = ${buildout:parts-directory}/etc/ zeo2.ini104 input = etc/themed/zeo2.ini.in 105 output = ${buildout:parts-directory}/etc/themed-zeo2.ini 106 106 107 107 [zeo1_conf] -
main/kofacustom.skeleton/branches/henrik-diazo-themed/buildout.cfg
r11109 r11147 55 55 base_port = 8080 56 56 57 # zeo1_port = 701158 # zeo2_port = 701259 # zeo3_port = 701360 # server_port = 701057 zeo1_port = 8011 58 zeo2_port = 8012 59 # zeo3_port = 8013 60 server_port = 8010 61 61 # default 7. Number of pre-opened ZODB threads/client 62 62 pool_size = 7 -
main/kofacustom.skeleton/branches/henrik-diazo-themed/etc/zeo1.conf.in
r10765 r11147 1 1 <runner> 2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/ zeo1.ini2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo1.pid ${buildout:directory}/parts/etc/themed-zeo1.ini 3 3 daemon on 4 4 transcript ${zope_conf:logfiles}/zdaemon-zeo1.log 5 5 socket-name ${zope_conf:logfiles}/zeo1.sock 6 6 # Enable this to run the child process as a different user 7 user kofa7 # user kofa 8 8 </runner> -
main/kofacustom.skeleton/branches/henrik-diazo-themed/etc/zeo2.conf.in
r10765 r11147 1 1 <runner> 2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/ zeo2.ini2 program ${buildout:directory}/bin/paster serve --pid-file ${buildout:directory}/var/zeo2.pid ${buildout:directory}/parts/etc/themed-zeo2.ini 3 3 daemon on 4 4 transcript ${zope_conf:logfiles}/zdaemon-zeo2.log 5 5 socket-name ${zope_conf:logfiles}/zeo2.sock 6 6 # Enable this to run the child process as a different user 7 user kofa7 # user kofa 8 8 </runner> -
main/kofacustom.skeleton/branches/henrik-diazo-themed/etc/zope_zeo1.conf.in
r10765 r11147 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost: 701026 server localhost:8010 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost: 701065 server localhost:8010 66 66 storage async 67 67 name async -
main/kofacustom.skeleton/branches/henrik-diazo-themed/etc/zope_zeo2.conf.in
r10765 r11147 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost: 701026 server localhost:8010 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost: 701065 server localhost:8010 66 66 storage async 67 67 name async -
main/kofacustom.skeleton/branches/henrik-diazo-themed/src/kofacustom/skeleton/interswitch/browser_templates/applicant_goto_interswitch.pt
r11109 r11147 75 75 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 76 77 <br /><br /> 78 79 <img src="/static/img/interswitch_verve_mastercard.gif" /> 80 77 81 </form> -
main/kofacustom.skeleton/branches/henrik-diazo-themed/src/kofacustom/skeleton/interswitch/browser_templates/student_goto_interswitch.pt
r11109 r11147 75 75 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 76 77 <br /><br /> 78 79 <img src="/static/img/interswitch_verve_mastercard.gif" /> 80 77 81 </form> -
main/kofacustom.skeleton/branches/henrik-diazo-themed/versions.cfg
r11109 r11147 147 147 # z3c.recipe.staticlxml==0.10 148 148 zc.recipe.cmmi = 1.3.5 149 150 # Added by buildout at 2014-02-21 08:11:47.544699 151 zc.zodbrecipes = 2.0.0
Note: See TracChangeset for help on using the changeset viewer.