#-*- coding: utf-8 -*- #:Progetto: Gam -- Buildout di sviluppo #:Creato: sab 13 nov 2010 14:09:01 CET #:Autore: Lele Gaifax #:Licenza: GNU General Public License version 3 or later # [buildout] newest = false extensions = buildout.dumppickedversions mr.developer extends = http://download.zope.org/Zope2/index/2.12.3/versions.cfg http://dist.plone.org/release/4.0.1/versions.cfg parts = sphinx plone4 pylons extjs timeline pylgam.ini auto-checkout = * develop = src/gam src/gam/apps/pylgam versions = versions find-links = http://dist.plone.org/release/4.0.1 http://dist.plone.org/thirdparty http://darcs.arstecnica.it/3rd/mr.developer-1.17_darcs2-py2.6.egg [sources] gam = darcs http://darcs.arstecnica.it/our/gam report = darcs http://darcs.arstecnica.it/our/metapensiero.sqlalchemy.report patchdb = darcs http://darcs.arstecnica.it/our/metapensiero.sphinx.patchdb proxy = darcs http://darcs.arstecnica.it/our/metapensiero.sqlalchemy.proxy cjson = darcs http://darcs.arstecnica.it/our/metapensiero.webapp.cjson [versions] zc.buildout = 1.5.2 mr.developer = 1.17-darcs2 Sphinx = 1.0.5 [pathnames] bin-directory = ${buildout:directory}/bin etc-directory = ${buildout:directory}/etc var-directory = ${buildout:directory}/var log-directory = ${:var-directory}/log pylgam-public-directory = ${buildout:directory}/src/gam/apps/pylgam/pylgam/public gam-db-name = gampg data-fs = ${:var-directory}/filestorage/Data.fs blobs = ${:var-directory}/blobstorage [hosts] pylgam = localhost postgresql = localhost [interfaces] pylgam = 127.0.0.1 [ports] pylgam = 5000 postgresql = 5432 plone4 = 8080 [plone4] recipe = plone.recipe.zope2instance user = admin:admin http-address = ${ports:plone4} debug-mode = on #verbose-security = on blob-storage = var/blobstorage eggs = Zope2 Plone collective.quickupload zope-conf-additional = datetime-format international locale it_IT.UTF-8 rest-language-code it rest-input-encoding utf-8 rest-output-encoding utf-8 environment-vars = TZ Europe/Rome zope_i18n_compile_mo_files true zcml = products = ${buildout:directory}/products [pylons] recipe = zc.recipe.egg eggs = gam.model pylgam PasteScript [pylgam.ini] recipe = collective.recipe.template input = inline: [DEFAULT] debug = true smtp_server = localhost error_email_from = paste@localhost [server:main] use = egg:Paste#http host = ${interfaces:pylgam} port = ${ports:pylgam} [app:main] use = egg:pylgam full_stack = true cache_dir = %(here)s/data beaker.session.key = pylgam beaker.session.secret = somesecret #set debug = false sqlalchemy.url = postgres://username:password@${hosts:postgresql}/${pathnames:gam-db-name} sqlalchemy.echo = true [loggers] keys = root, routes, pylgam, sqlalchemy [handlers] keys = console [formatters] keys = generic [logger_root] level = INFO handlers = console [logger_routes] level = INFO handlers = qualname = routes.middleware [logger_pylgam] level = DEBUG handlers = qualname = pylgam [logger_sqlalchemy] level = INFO handlers = qualname = sqlalchemy.engine [handler_console] class = StreamHandler args = (sys.stderr,) level = NOTSET formatter = generic [formatter_generic] format = %(asctime)s %(levelname)-5.5s [%(name)s] %(message)s datefmt = %H:%M:%S output = ${pathnames:etc-directory}/pylgam.ini [extjs] recipe = hexagonit.recipe.download url = http://extjs.com/deploy/ext-2.3.0.zip destination = ${pathnames:pylgam-public-directory}/js [timeline] recipe = hexagonit.recipe.download url = http://simile-widgets.googlecode.com/files/timeline_libraries_v2.3.0.zip destination = ${pathnames:pylgam-public-directory}/js [sphinx] recipe = zc.recipe.egg eggs = Sphinx metapensiero.sphinx.patchdb