Linha | |
---|
1 | [buildout] |
---|
2 | extends = |
---|
3 | # tentei usar o plone-4.2.x.cfg, mas ele não é análogo ao plone-4.1.x.cfg |
---|
4 | # rever isso depois e talvez fazer um buildout super simples para testes e herdar dele |
---|
5 | http://svn.plone.org/svn/collective/buildout/plonetest/plone-4.1.x.cfg |
---|
6 | package-name = il.portal.content |
---|
7 | develop = . |
---|
8 | parts = instance ropeproject |
---|
9 | |
---|
10 | extensions += mr.developer |
---|
11 | auto-checkout = * |
---|
12 | |
---|
13 | [sources] |
---|
14 | il.recipe.ropeproject = git https://github.com/marciomazza/il.recipe.ropeproject.git |
---|
15 | |
---|
16 | [instance] |
---|
17 | recipe = plone.recipe.zope2instance |
---|
18 | user = admin:admin |
---|
19 | eggs = |
---|
20 | Plone |
---|
21 | plone.app.upgrade |
---|
22 | ${buildout:package-name} |
---|
23 | plone.reload |
---|
24 | |
---|
25 | [ropeproject] |
---|
26 | recipe = il.recipe.ropeproject |
---|
27 | eggs = ${instance:eggs} |
---|
Note: Veja
TracBrowser
para ajuda no uso do navegador do trac.