Re: buildout fehlen instance eggs

Matthias Teege <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
> Da scheinen schlicht die eggs unter [instance] zu fehlen.

Ja sieht wirlich so aus:

[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = user:pass
http-address = 127.0.0.1:8080
debug-mode = off
verbose-security = off

[supervisor]
recipe = zc.recipe.egg
egg = supervisor

# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
    ${buildout:eggs}
    ${plone:eggs}

muss dann wohl so aussehen oder?

[instance]
recipe = plone.recipe.zope2instance
zope2-location = ${zope2:location}
user = user:pass
http-address = 127.0.0.1:8080
debug-mode = off
verbose-security = off

# If you want Zope to know about any additional eggs, list them here.
# This should include any development eggs you listed in develop-eggs above,
# e.g. eggs = ${buildout:eggs} ${plone:eggs} my.package
eggs =
    ${buildout:eggs}
    ${plone:eggs}

[supervisor]
recipe = zc.recipe.egg
egg = supervisor

Vielen Dank
Matthias



_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.