Skip to content

Commit

Permalink
Update buildout conf
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jul 29, 2008
1 parent 32dafff commit fb81408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 58 deletions.
61 changes: 4 additions & 57 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,68 +1,15 @@
[buildout]
develop = . grokdocs grokwiki
parts = docs interpreter grokwiki zopectl data test bundlemaker
find-links = http://download.zope.org/distribution/
develop = .
parts = interpreter test
extends = versions.cfg
versions = versions

[docs]
recipe = zc.recipe.egg
eggs = grokdocs

[interpreter]
recipe = zc.recipe.egg
eggs = grokwiki
eggs = grokcore.formlib
interpreter = python

[grokwiki]
recipe = zc.zope3recipes>=0.5.3:application
eggs = grokwiki
site.zcml = <include package="grokwiki" />
<include package="zope.app.twisted" />

<unauthenticatedPrincipal id="zope.anybody"
title="Unauthenticated User" />
<unauthenticatedGroup id="zope.Anybody"
title="Unauthenticated Users" />
<authenticatedGroup id="zope.Authenticated"
title="Authenticated Users" />
<everybodyGroup id="zope.Everybody"
title="All Users" />
<principal id="zope.manager"
title="Manager"
login="grok"
password_manager="Plain Text"
password="grok"
/>

<!-- Replace the following directive if you do not want
public access -->
<grant permission="zope.View"
principal="zope.Anybody" />
<grant permission="zope.app.dublincore.view"
principal="zope.Anybody" />

<role id="zope.Manager" title="Site Manager" />
<role id="zope.Member" title="Site Member" />
<grantAll role="zope.Manager" />
<grant role="zope.Manager"
principal="zope.manager" />

[data]
recipe = zc.recipe.filestorage

# this section named so that the start/stop script is called bin/zopectl
[zopectl]
recipe = zc.zope3recipes:instance
application = grokwiki
zope.conf = ${data:zconfig}

[test]
recipe = zc.recipe.testrunner
eggs = grok
eggs = grokcore.formlib
defaults = ['--tests-pattern', '^f?tests$', '-v']

[bundlemaker]
recipe = z3c.recipe.eggbasket:creator
egg = grok
versionfile = http://grok.zope.org/releaseinfo/grok-0.13.cfg
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ZConfig = 2.5.1
ZODB3 = 3.8
docutils = 0.4
martian = 0.10
grokcore.component = 1.5
grokcore.component = 1.5.1
mechanize = 0.1.7b
pytz = 2007k
simplejson = 1.7.1
Expand Down

0 comments on commit fb81408

Please sign in to comment.