development.cfg 1.44 KB
Newer Older
1
[buildout]
2
extends = ../profiles/deployment.cfg
3 4

parts +=
5
  supervisor-start
6
  zope-instance
7

8 9
[software_definition]
software_home = ${buildout:directory}
10

11
[zope-instance]
12
recipe = erp5.recipe.standaloneinstance
13 14
zope2-location = ${software_definition:zope_software}

15
# developer by default want to have updatable Data.fs
16
force-zodb-update = true
17

18 19 20
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${buildout:var-directory}/zope-instance
21
http-address = 18080
22 23 24
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
25 26 27 28 29 30 31 32 33 34 35
  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

36 37
mysql_database_name = development_site

38 39
bt5 =
   erp5_base
40 41 42 43 44 45 46 47 48 49
   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
50
   erp5_forge
51 52 53 54 55 56 57 58 59 60 61 62 63
   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

64 65 66 67
[requirements]
binary +=
  svn
  svnadmin
68 69
development +=
  /usr/include.*/svn_client.h