jb.recipe.supervisor

Recipe for installing Supervisor
Download

jb.recipe.supervisor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Ballet
  • Publisher web site:
  • https://github.com/multani/

jb.recipe.supervisor Tags


jb.recipe.supervisor Description

jb.recipe.supervisor is a buildout recipe that installs and configure supervisor according to a configuration file.How to use?You can use by configuration your buildout.cfg configuration file like this:parts = supervisorrecipe = jb.recipe.supervisorconfiguration-file = supervisor-sample.confYou can download a sample configuration file at https://github.com/multani/jb.recipe.supervisor/raw/master/supervisord-sample.confRunning Buildout with this configuration file will generate:- a supervisor configuration file using the template from the configuration-file settings as shown above;- bin/supervisord, which is a script to run the supervisor daemon, according to the content of the configuration file above ;- bin/supervisorctl, which is a script to run the supervisor client, according to the content of the configuration file above.Additional settingsBy default, the configuration file will end in parts/PART_NAME/supervisord.conf, but you can change it by setting the output-dir in your configuration file:parts = supervisorrecipe = jb.recipe.supervisorconfiguration-file = supervisor-sample.confoutput-dir = /foo/bar# The configuration will end in /foo/bar/supervisord.confThe configuration file is processed by collective.recipe.template. It means you can use Buildout variables inside your template, such as ${buildout:parts-directory}, ${_buildout_section_name_}, or any valid settings. See http://pypi.python.org/pypi/zc.buildout/1.5.2#variable-substitutions for more informations.Product's homepage


jb.recipe.supervisor Related Software