Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by Gabrielle ( 16 years ago )
[buildout]
extends = 
    settings.cfg
    http://dist.plone.org/release/3.2.3/versions.cfg

parts =
    zope2
    instance
    zopepy
    fss
    command
    clientskin

find-links =
    http://dist.plone.org/release/3.2.3
    http://localhost/eggs/
    http://swordfish:[email protected]/eggs/
    http://download.zope.org/ppix/
    http://download.zope.org/distribution/
    http://effbot.org/downloads

eggs =
    python-dateutil
    simplejson
    zc.ssl

versions = versions
download-cache = ${settings:download-cache}
eggs-directory = ${settings:eggs-directory}
executable = ${settings:executable}
newest = false

develop =
    src/Products.RNGDBSearch

[versions]
Products.RNGDBSearch = 0.5.4
Products.RNGShop = 1.0.3
Swordfish = 3.2.10.26
swordfish.ezine = 3.9.0
Products.swordfish_translations = 3.3.25

[zope2]
recipe = plone.recipe.zope2install
location = /home/zope/zope-versions/2.10.7/
fake-zope-eggs = true
additional-fake-eggs =
    ZConfig
    pytz


[fss]
recipe = iw.recipe.fss
conf = ${instance:location}/etc/plone-filesystemstorage.conf
storages = sw . flat


[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = 
http-address = ${settings:port}
debug-mode = off
effective-user = zope
#verbose-security = on

eggs =
    ${buildout:eggs}
    Swordfish
    Products.PloneFormGen
    Products.PloneFlashUpload
    swordfish.ezine
    Products.RNGShop
    Products.swordfish_translations
    swordfish.pagesgallery
    Products.RNGDBSearch
#    swordfish.imageeditor

zcml =
    iw.fss
    iw.fss-meta
    swordfish.include
    swordfish.include-overrides
    swordfish.ezine
    swordfish.pagesgallery
#    swordfish.imageeditor

products =
    ${clientskin:location}

environment-vars = 
    PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs


[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
extra-paths = ${zope2:location}/lib/python
scripts = zopepy

[command]
recipe = plone.recipe.command
command = chown zope:zope -R ${buildout:directory} 2>/dev/null
update-command = ${command:command}


[clientskin]
recipe = infrae.subversion
urls =
    http://svn.altcontrol.nl/SwordFish/ACC/NL_Clients/rngskin/trunk rngskin

 

Revise this Paste

Your Name: Code Language: