Commit 832298a7 authored by Łukasz Nowak's avatar Łukasz Nowak

- start local mysql


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31950 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 47c31578
......@@ -6,15 +6,15 @@ parts +=
env
mysql-bin
mysql-admin
mysql-instance
mycnf
mysqld-bin
mysql-instance
start-mysql-instance
cmf15
products-deps
products-other
products-erp5
zope-instance
create_erp5_site
# create_erp5_site
[create_erp5_site]
# modify this to reflect your local mysql configuration
......
......@@ -7,8 +7,9 @@ parts =
env
mysql-bin
mysql-admin
mysql-instance
mysqld-bin
mysql-instance
start-mysql-instance
[ports]
mysql = 10002
......@@ -40,6 +41,10 @@ command =
${software_definition:mysql_software}/bin/mysql_install_db --datadir=${mycnf:datadir}
update-command = ${:command}
[start-mysql-instance]
recipe = plone.recipe.command
command = ${buildout:bin-directory}/mysqld &
[mycnf]
recipe = plone.recipe.command
command =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment