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

4 5 6 7 8 9 10 11 12 13 14 15 16
parts =
  pythonbin
  eggs
  apache
  memcached
  varnish
  mysql-tritonn-5.0
  zope-2.8
  cmf15
  itools
  mysql-python
  products-deps
  products-erp5
17 18
  products-erp5-development
  products-other
19 20 21 22 23 24 25 26
  bt5-erp5
  openoffice-bin
  oood
# instances generation
  mysql-instance
  oood-instance
  supervisor-instance
# instances start
27
  supervisor-start
28
# zope instance generation
29
  zope-instance
30

31 32
[software_definition]
software_home = ${buildout:directory}
33

34
[zope-instance]
35
recipe = erp5.recipe.standaloneinstance
36 37
zope2-location = ${software_definition:zope_software}

38
# developer by default want to have updatable Data.fs
39
force-zodb-update = true
40

41 42 43
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${buildout:var-directory}/zope-instance
44
http-address = 18080
45 46 47
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
48
  products ${:instancehome}/Products/
49
  products ${cmf15:location}
50
  products ${products-deps:location}
51
  products ${products-erp5-development:location}
52
  products ${products-erp5:location}
Łukasz Nowak's avatar
Łukasz Nowak committed
53
  products ${products-other:location}/Products
54 55 56 57 58
# zope.conf template part ENDS

eggs +=
  Products.ExternalEditor

59 60
mysql_database_name = development_site

61 62
bt5 =
   erp5_base
63 64 65 66 67 68 69 70 71 72
   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
73
   erp5_forge
74 75 76 77 78 79 80 81 82 83 84 85 86
   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

87 88 89 90
[requirements]
binary +=
  svn
  svnadmin
91 92
development +=
  /usr/include.*/svn_client.h