Changeset 8620


Ignore:
Timestamp:
3 Jun 2012, 17:58:59 (12 years ago)
Author:
Henrik Bettermann
Message:

Set up ports.

Location:
main/waeup.futminna/trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.futminna/trunk/README-zeo.txt

    r8035 r8620  
    1 Deploying waeup.uniben as ZEO-install
     1Deploying waeup.futminna as ZEO-install
    22*************************************
    33
     
    1414========================
    1515
    16 To install waeup.uniben ZEO-based you can run `buildout` with the given
     16To install waeup.futminna ZEO-based you can run `buildout` with the given
    1717(or your own) configuration file like this::
    1818
  • main/waeup.futminna/trunk/buildout-windows.cfg

    r8360 r8620  
    2525# This creates only the paster script in bin/.
    2626recipe = zc.recipe.egg
    27 eggs = waeup.uniben
     27eggs = waeup.futminna
    2828       z3c.evalexception>=2.0
    2929       Paste
  • main/waeup.futminna/trunk/buildout-zeo.cfg

    r8061 r8620  
    112112# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    113113recipe = zc.recipe.egg
    114 eggs = waeup.uniben [beaker]
     114eggs = waeup.futminna [beaker]
    115115arguments = "${buildout:parts-directory}/etc/zeo1.conf"
    116116scripts = kofactl=zeo_client1
     
    119119# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    120120recipe = zc.recipe.egg
    121 eggs = waeup.uniben [beaker]
     121eggs = waeup.futminna [beaker]
    122122arguments = "${buildout:parts-directory}/etc/zeo2.conf"
    123123scripts = kofactl=zeo_client2
  • main/waeup.futminna/trunk/buildout.cfg

    r8360 r8620  
    3434# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    3535recipe = zc.recipe.egg
    36 eggs = waeup.uniben [beaker]
     36eggs = waeup.futminna [beaker]
    3737       z3c.evalexception>=2.0
    3838       Paste
     
    4747# fixed path to zdaemon.conf as argument.
    4848recipe = zc.recipe.egg
    49 eggs = waeup.uniben [beaker]
     49eggs = waeup.futminna [beaker]
    5050arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    5151scripts = kofactl=kofactl
     
    6262[test]
    6363recipe = zc.recipe.testrunner
    64 eggs = waeup.uniben [beaker, test]
     64eggs = waeup.futminna [beaker, test]
    6565defaults = ['--tests-pattern', '^f?tests$', '-v']
    6666
     
    6868[i18n]
    6969recipe = z3c.recipe.i18n:i18n
    70 packages = waeup.uniben
    71 eggs = waeup.uniben
    72 domain = waeup.uniben
    73 output = src/waeup/uniben/locales
     70packages = waeup.futminna
     71eggs = waeup.futminna
     72domain = waeup.futminna
     73output = src/waeup/futminna/locales
    7474zcml =
    7575
     
    7878[zpasswd]
    7979recipe = z3c.recipe.dev:script
    80 eggs = waeup.uniben
     80eggs = waeup.futminna
    8181module = zope.app.server.zpasswd
    8282method = main
     
    135135[waeupdocs]
    136136recipe = collective.recipe.sphinxbuilder
    137 eggs = waeup.uniben[docs]
     137eggs = waeup.futminna[docs]
    138138source = ${buildout:directory}/docs/source
    139139build = ${buildout:directory}/docs/build
     
    142142[coverage-detect]
    143143recipe = zc.recipe.testrunner
    144 eggs = waeup.uniben[beaker]
     144eggs = waeup.futminna[beaker]
    145145defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    146146
  • main/waeup.futminna/trunk/etc/debug.ini.in

    r8020 r8620  
    5454
    5555[app:zope]
    56 use = egg:waeup.uniben#debug
     56use = egg:waeup.futminna#debug
    5757filter-with = translogger
    5858exempt-exceptions = zope.security.interfaces.IUnauthorized
  • main/waeup.futminna/trunk/etc/deploy.ini.in

    r8585 r8620  
    4848
    4949[app:main]
    50 use = egg:waeup.uniben
     50use = egg:waeup.futminna
    5151filter-with = translogger
    5252
     
    5454use = egg:Paste#http
    5555host = 0.0.0.0
    56 port = 7011
     56port = 7041
    5757
    5858[DEFAULT]
  • main/waeup.futminna/trunk/etc/profile.ini.in

    r8035 r8620  
    5252
    5353[app:app]
    54 use = egg:waeup.uniben
     54use = egg:waeup.futminna
    5555
    5656[pipeline:main]
  • main/waeup.futminna/trunk/etc/site.zcml.in

    r8020 r8620  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
    3            i18n_domain="waeup.uniben">
     3           i18n_domain="waeup.futminna">
    44
    5   <include package="waeup.uniben" />
    6   <include package="waeup.uniben" file="mail.zcml" />
     5  <include package="waeup.futminna" />
     6  <include package="waeup.futminna" file="mail.zcml" />
    77
    88  <!-- Where should the datacenter reside by default? -->
     
    1010      path="${buildout:directory}/var/datacenter" />
    1111
    12     <configure i18n_domain="waeup.uniben">
     12    <configure i18n_domain="waeup.futminna">
    1313
    1414      <unauthenticatedPrincipal id="zope.anybody"
  • main/waeup.futminna/trunk/etc/zdaemon.conf.in

    r5502 r8620  
    55  socket-name ${zope_conf:logfiles}/zdaemonsock
    66  # Enable this to run the child process as a different user
    7   # user zope
     7  user kofa
    88</runner>
  • main/waeup.futminna/trunk/etc/zeo1.ini.in

    r8061 r8620  
    4848
    4949[app:main]
    50 use = egg:waeup.uniben
     50use = egg:waeup.futminna
    5151filter-with = translogger
    5252
     
    5454use = egg:Paste#http
    5555host = 0.0.0.0
    56 port = 7011
     56port = 7041
    5757threadpool_workers = 50
    5858use_threadpool = True
  • main/waeup.futminna/trunk/etc/zeo2.ini.in

    r8061 r8620  
    4848
    4949[app:main]
    50 use = egg:waeup.uniben
     50use = egg:waeup.futminna
    5151filter-with = translogger
    5252
     
    5454use = egg:Paste#http
    5555host = 0.0.0.0
    56 port = 7012
     56port = 7042
    5757threadpool_workers = 50
    5858use_threadpool = True
  • main/waeup.futminna/trunk/etc/zope_zeo1.conf.in

    r8133 r8620  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7010
     26    server localhost:7040
    2727    storage 1
    2828    # ZEO client cache, in bytes
  • main/waeup.futminna/trunk/etc/zope_zeo2.conf.in

    r8133 r8620  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:7010
     26    server localhost:7040
    2727    storage 1
    2828    # ZEO client cache, in bytes
  • main/waeup.futminna/trunk/setup.py

    r8443 r8620  
    4343    read('README.txt')
    4444    + '\n\n'
    45     + read('src', 'waeup', 'uniben', 'README.txt')
     45    + read('src', 'waeup', 'futminna', 'README.txt')
    4646    + '\n\n'
    4747    + read('CHANGES.txt')
     
    5151    )
    5252
    53 setup(name = 'waeup.uniben',
     53setup(name = 'waeup.futminna',
    5454      version = version,
    5555      description = "A customized waeup.kofa",
     
    8989      # Add entry points here
    9090      [hurry.resource.libraries]
    91       waeup_custom = waeup.uniben.browser.resources:waeup_custom
     91      waeup_custom = waeup.futminna.browser.resources:waeup_custom
    9292      [console_scripts]
    9393      kofa-debug = grokcore.startup:interactive_debug_prompt
Note: See TracChangeset for help on using the changeset viewer.