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 += ...@@ -6,15 +6,15 @@ parts +=
env env
mysql-bin mysql-bin
mysql-admin mysql-admin
mysql-instance
mycnf
mysqld-bin mysqld-bin
mysql-instance
start-mysql-instance
cmf15 cmf15
products-deps products-deps
products-other products-other
products-erp5 products-erp5
zope-instance zope-instance
create_erp5_site # create_erp5_site
[create_erp5_site] [create_erp5_site]
# modify this to reflect your local mysql configuration # modify this to reflect your local mysql configuration
......
...@@ -7,8 +7,9 @@ parts = ...@@ -7,8 +7,9 @@ parts =
env env
mysql-bin mysql-bin
mysql-admin mysql-admin
mysql-instance
mysqld-bin mysqld-bin
mysql-instance
start-mysql-instance
[ports] [ports]
mysql = 10002 mysql = 10002
...@@ -40,6 +41,10 @@ command = ...@@ -40,6 +41,10 @@ command =
${software_definition:mysql_software}/bin/mysql_install_db --datadir=${mycnf:datadir} ${software_definition:mysql_software}/bin/mysql_install_db --datadir=${mycnf:datadir}
update-command = ${:command} update-command = ${:command}
[start-mysql-instance]
recipe = plone.recipe.command
command = ${buildout:bin-directory}/mysqld &
[mycnf] [mycnf]
recipe = plone.recipe.command recipe = plone.recipe.command
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