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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[buildout]
extends = ../profiles/deployment.cfg
parts +=
supervisor-start
zope-instance
[software_definition]
software_home = ${buildout:directory}
[zope-instance]
recipe = erp5.recipe.standaloneinstance
zope2-location = ${software_definition:zope_software}
# developer by default want to have updatable Data.fs
force-zodb-update = true
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${buildout:var-directory}/zope-instance
http-address = 18080
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
products ${:instancehome}/Products/
products ${cmf15:location}/CMF/
products ${products-deps:location}
products ${products-erp5:location}
products ${products-other:location}
products ${products-development:location}
# zope.conf template part ENDS
eggs +=
Products.ExternalEditor
mysql_database_name = development_site
bt5 =
erp5_base
erp5_pdm
erp5_trade
erp5_accounting
erp5_invoicing
erp5_simplified_invoicing
erp5_ods_style
erp5_odt_style
erp5_ingestion_mysql_innodb_catalog
erp5_ingestion
erp5_crm
erp5_forge
erp5_web
erp5_dms
erp5_ui_test_core
erp5_ui_test
erp5_pdm_ui_test
erp5_accounting_ui_test
erp5_web_ui_test
erp5_dms_ui_test
erp5_l10n_fr
erp5_l10n_ja
erp5_l10n_pl_PL
erp5_l10n_pt-BR
[requirements]
binary +=
svn
svnadmin
development +=
/usr/include.*/svn_client.h