Yet another introduction to zc.buildout.
Lightning-talk for DjangoCon-Toulouse 2012, by Benoît Bryon.
Slides available at http://tech.novapost.fr
Have you ever...
[buildout] parts = hello-world activate [hello-world] recipe = z3c.recipe.usercrontab times = 0 7 * * * command = echo "Hello world" [activate] recipe = evg.recipe.activate
Many recipes are available on PyPI
[buildout] parts = someproject [someproject] recipe = z3c.recipe.scripts eggs = bpython Sphinx someproject include-site-packages = True allowed-eggs-from-site-packages = lxml
Have a look at generated scripts in bin/ folder: per-script sys.path tuning.
Great for teams and open-source projects.
Run buildout in your (make/fabric/salt/chef/puppet) deployment strategy.
Table of Contents | t |
---|---|
Exposé | ESC |
Full screen slides | e |
Presenter View | p |
Source Files | s |
Slide Numbers | n |
Toggle screen blanking | b |
Show/hide slide context | c |
Notes | 2 |
Help | h |