| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

ZopeSoapBuilout2

Page history last edited by Elizabeth Leddy 13 years, 11 months ago

[buildout]

parts = scripts

        instance

        test

 

extends = http://download.zope.org/Zope2/index/2.12.6/versions.cfg

versions = versions

develop = develop-eggs/z.soap

eggs = z3c.soap

             z.soap 

 

extensions = buildout.threatlevel

 

[versions]

Zope2 = 2.12.5

 

[scripts]

recipe = zc.recipe.egg:scripts

eggs = Zope2

 

[instance]

recipe = plone.recipe.zope2instance

user = admin:admin

http-address = 8081

products = ${buildout:directory}/products

# services slugs

zcml = z3c.soap

            z.soap 

 

# make sure all eggs are available for zope

eggs = ${buildout:eggs}

 

[test]

recipe = zc.recipe.testrunner

eggs = z3c.soap

 

Comments (0)

You don't have permission to comment on this page.