-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildout.cfg
More file actions
45 lines (41 loc) · 821 Bytes
/
buildout.cfg
File metadata and controls
45 lines (41 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[buildout]
newest = false
parts = eggs supervisor
develop = . formalchemy fa.jquery fa.extjs fa.bootstrap pyramid_formalchemy pyramid_formalchemy/pyramidapp
[eggs]
recipe = z3c.recipe.scripts
eggs =
WebOb<=1.1.9
PasteScript
Pygments
formalchemy
fa.jquery
fa.bootstrap
fa.extjs
Pylons
pyramid_formalchemy
pyramid_tm
fanstatictemplate
pyramidapp
ipython
couchdbkit
zope.schema
httplib2
simplejson
coverage
genshi
RDFAlchemy
BeautifulSoup
rstctl
nose
Sphinx
Babel
lingua
interpreter = python
[supervisor]
recipe=collective.recipe.supervisor
port=127.0.0.1:6668
serverurl=http://localhost:6668
loglevel=trace
programs=
1000 main ${buildout:directory}/bin/paster [serve production.ini] ${buildout:directory}/ true