Changeset 1411 in products for QGSkel


Ignore:
Timestamp:
Nov 25, 2009 6:36:57 PM (14 years ago)
Author:
mylan
Message:

Use deployments_base general configuration in debugzeoc config. Revert some testing changes

Location:
QGSkel/trunk/qgskel
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • QGSkel/trunk/qgskel/qgplone3_buildout.py

    r1409 r1411  
    1111        var('plone_version', 
    1212            "Which Plone version to install", 
    13             default="3.3.2"), 
     13            default="3.2.2"), 
    1414        var('zope2_install', 
    1515            'Path to Zope 2 installation; leave blank to fetch one', 
     
    2626        var('http_port', 
    2727            'HTTP port (development port == http_port + 10 )', 
    28             default=12300), 
     28            default=8080), 
    2929        var('http_port_be1', 
    3030            "HTTP port for first Backend server. Other backend' ports increments " \ 
  • QGSkel/trunk/qgskel/templates/qgplone3_buildout/buildout.cfg_tmpl

    r1410 r1411  
    88\#    profiles/deployments/backendzeoc.cfg 
    99\#    profiles/deployments/debugzeoc.cfg 
    10     profiles/deployments/crawlerszeoc.cfg 
     10\#    profiles/deployments/crawlerszeoc.cfg 
  • QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/deployments/debugzeoc.cfg_tmpl

    r1406 r1411  
    11[buildout] 
    22extends =  
    3     ../base.cfg 
     3    deployments_base.cfg 
    44    ../debugtools.cfg 
    55 
     
    1919\# For more information on this step and configuration options see: 
    2020\# http://pypi.python.org/pypi/plone.recipe.zope2instance 
    21 #set $debug_zeoc_port = $http_port_be1+20 
     21#set $debug_zeoc_port = $http_port_be1 + 20 
    2222http-address = ${$debug_zeoc_port} 
    2323debug-mode = on 
     
    3131 
    3232# main storage 
    33 zeo-address = localhost:8100 
     33zeo-address = \${config:zeo-address} 
    3434zeo-client = on 
    3535zeo-client-name=debug 
     
    4848    # Temporary storage database (for sessions) 
    4949    <zeoclient> 
    50         server localhost:8100 
     50        server \${config:zeo-address} 
    5151        storage temp 
    5252        name temporary 
  • QGSkel/trunk/qgskel/templates/qgplone3_buildout/profiles/deployments/deployments_base.cfg_tmpl

    r1408 r1411  
    44 
    55[config] 
    6 zeo-address = localhost:8100 
     6zeo-address = storage:8100 
    77zodb-cache-size = 5000 
    88zeo-client-cache-size = 300MB 
Note: See TracChangeset for help on using the changeset viewer.