{"id":21397568,"url":"https://github.com/multani/jb.recipe.supervisor","last_synced_at":"2025-08-22T19:02:20.025Z","repository":{"id":2693009,"uuid":"3686079","full_name":"multani/jb.recipe.supervisor","owner":"multani","description":"Configure and install Supervisord from Buildout","archived":false,"fork":false,"pushed_at":"2012-03-11T11:21:26.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T12:19:46.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pypi.python.org/pypi/jb.recipe.supervisor","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/multani.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-11T10:37:33.000Z","updated_at":"2013-10-01T05:09:32.000Z","dependencies_parsed_at":"2022-08-30T21:40:19.894Z","dependency_job_id":null,"html_url":"https://github.com/multani/jb.recipe.supervisor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fjb.recipe.supervisor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fjb.recipe.supervisor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fjb.recipe.supervisor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fjb.recipe.supervisor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multani","download_url":"https://codeload.github.com/multani/jb.recipe.supervisor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243886011,"owners_count":20363649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T14:43:36.767Z","updated_at":"2025-03-16T15:17:45.870Z","avatar_url":"https://github.com/multani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nThis recipe installs and configure `supervisor`_ according to a configuration\nfile.\n\nHow to use?\n===========\n\nYou can use by configuration your ``buildout.cfg`` configuration file like\nthis::\n\n    [buildout]\n    parts = supervisor\n\n    [supervisor]\n    recipe = jb.recipe.supervisor\n    configuration-file = supervisor-sample.conf\n\nYou can download a sample configuration file at\nhttps://github.com/multani/jb.recipe.supervisor/raw/master/supervisord-sample.conf\n\nRunning Buildout with this configuration file will generate:\n\n* a `supervisor`_ configuration file using the template from the\n  ``configuration-file`` settings as shown above;\n* ``bin/supervisord``, which is a script to run the `supervisor`_ daemon,\n  according to the content of the configuration file above ;\n* ``bin/supervisorctl``, which is a script to run the `supervisor`_ client,\n  according to the content of the configuration file above.\n\nAdditional settings\n===================\n\nBy default, the configuration file will end in\n``parts/PART_NAME/supervisord.conf``, but you can change it by setting the\n``output-dir`` in your configuration file::\n\n    [buildout]\n    parts = supervisor\n\n    [supervisor]\n    recipe = jb.recipe.supervisor\n    configuration-file = supervisor-sample.conf\n    output-dir = /foo/bar\n    # The configuration will end in /foo/bar/supervisord.conf\n\nThe configuration file is processed by `collective.recipe.template`_. It means\nyou can use Buildout variables inside your template, such as\n``${buildout:parts-directory}``, ``${_buildout_section_name_}``, or any valid\nsettings. See\nhttp://pypi.python.org/pypi/zc.buildout/1.5.2#variable-substitutions for more\ninformations.\n\n\nRelated projects\n================\n\n`collective.recipe.supervisor`_ is a similar project, but with a different\napproach. I liked to be able to configure `supervisor`_ from Buildout but I\nfound the syntax used by `collective.recipe.supervisor`_ to be confusing and\nreally ad-hoc.\n\n\n.. _supervisor: http://supervisord.org\n.. _collective.recipe.template: http://pypi.python.org/pypi/collective.recipe.template\n.. _collective.recipe.supervisor: http://pypi.python.org/pypi/collective.recipe.supervisor\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Fjb.recipe.supervisor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultani%2Fjb.recipe.supervisor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Fjb.recipe.supervisor/lists"}