development.cfg 1.09 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
  zope-instance
8

9 10
# use locally developed recipe

11
[zope-instance]
12
recipe = erp5.recipe.standaloneinstance
13 14
zope2-location = ${software_definition:zope_software}
debug-mode = on
15
location = ${buildout:var-directory}/zope-instance
16

17 18 19
eggs +=
  Products.ExternalEditor

20 21 22 23 24 25 26 27 28
# 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}
29

30 31 32 33
# modify this to reflect your local mysql configuration
# Format:
#     database[@host[:port]] [user [password [unix_socket]]]
#   e.g "erp5db erp5user somepassword" or "erp5db erp5user"
34 35 36
mysql_database_name = development_site

erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root
37 38 39
bt5 =
   erp5_base
   erp5_forge
40 41 42 43
[requirements]
binary +=
  svn
  svnadmin
44 45
development +=
  /usr/include.*/svn_client.h