A Buildout recipe to setup a MySQL database.
Project description
Recipe to install Mysql
Code repository: https://svn.zestsoftware.nl/svn/zest/zest.recipe.mysql
Change history
0.4.0 (2008-03-16)
Created recipe with ZopeSkel [Jean-Paul Ladage].
Learned from the varnish recipe and wrote the build recipe which downloads, compiles and install MySQL and created wrapper scripts in the bin folder of the buildout.
Detailed Documentation
Supported options
The recipe supports the following options:
- option1
Description for option1…
- option2
Description for option2…
Example usage
We’ll start by creating a buildout that uses the recipe:
>>> write('buildout.cfg', ... """ ... [buildout] ... parts = test1 ... ... [test1] ... recipe = zest.recipe.mysql ... option1 = %(foo)s ... option2 = %(bar)s ... """ % { 'foo' : 'value1', 'bar' : 'value2'})
Running the buildout gives us:
>>> print system(buildout) Upgraded: ... Installing test1. Unused options for test1: 'option2' 'option1'.
Contributors
Jean-Paul Ladage, Author
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zest.recipe.mysql-0.7.tar.gz
(7.4 kB
view hashes)
Built Distribution
zest.recipe.mysql-0.7-py2.4.egg
(13.4 kB
view hashes)