1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Principia Ensemble
==================
This is a collection of Ensemble formulas for use as a reference and in
deploying real services using ensemble. See Ensemble's home page for
more information.
https://launchpad.net/ensemble
Directory structure:
formulas/
all formulas currently live under this root, to allow easy use of the
repository parameter.
templates/
templates for usage in building new formulas
In order to use any of these formulas, once you have ensemble setup and
working in your path:
$ ensemble deploy --repository=formulas mysql
Will deploy the mysql formula.
formulate
====
To generate a new formula from a debian package available on your system
$ scripts/formulate foo
This should add a directory to formulas with the name foo, and some of the metadata.yml and hooks filled in
|