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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zest.recipe.mysql-0.7.tar.gz.
File metadata
- Download URL: zest.recipe.mysql-0.7.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c2648e0ac1eca2dd42e51c5c70558d6d2d07bcbcb93dab0288e28ad8ea98bf5
|
|
| MD5 |
ebec44713e0848abf253a2fbc0794c6e
|
|
| BLAKE2b-256 |
be0f3159bcf092e9573c31425dba8556afa6886ce7e140cf6d93bea0cfcb6109
|
File details
Details for the file zest.recipe.mysql-0.7-py2.4.egg.
File metadata
- Download URL: zest.recipe.mysql-0.7-py2.4.egg
- Upload date:
- Size: 13.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c9a3439d31fd08a58ad41d3e64e925dacf50ad1b37c59e5a119b64cc013c678
|
|
| MD5 |
28a286de3b7b4c42e01a7ebd05ceec96
|
|
| BLAKE2b-256 |
5573ca4afe5982a05f276dd4cec1dbd11dae592f33d8f00187401cb5c73bf9a2
|