development.cfg 1.19 KB
Newer Older
1 2 3 4
[buildout]
extends = official.cfg

parts +=
Łukasz Nowak's avatar
Łukasz Nowak committed
5
  start-mysql-instance
Łukasz Nowak's avatar
Łukasz Nowak committed
6
  start-oood-instance
7 8 9 10
  cmf15
  products-deps
  products-other
  products-erp5
11
  zope-instance
12

13 14
# use locally developed recipe

15
[zope-instance]
16
recipe = erp5.recipe.standaloneinstance
17 18
zope2-location = ${software_definition:zope_software}
debug-mode = on
19
location = ${buildout:var-directory}/zope-instance
20

21 22 23 24 25
eggs +=
  ipdb
  pysvn
  Products.ExternalEditor

26 27 28 29 30 31 32 33 34
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
  ${:location}/Products/
  ${cmf15:location}/CMF/
  ${products-deps:location}
  ${products-erp5:location}
  ${products-other:location}
  ${products-development:location}
35

36 37 38 39
# modify this to reflect your local mysql configuration
# Format:
#     database[@host[:port]] [user [password [unix_socket]]]
#   e.g "erp5db erp5user somepassword" or "erp5db erp5user"
40 41 42
mysql_database_name = development_site

erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root
43
bt5-path = ${bt5-erp5:location}
44 45 46
bt5 =
   erp5_base
   erp5_forge
47 48 49 50 51

[requirements]
binary +=
  svn
  svnadmin
52 53
development +=
  /usr/include.*/svn_client.h