Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

bearstech/contremaitre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contremaître

Build a supervisord conf from a Procfile.

Contremaitre is mix from foreman and gaffer.

Inspiration from this blog post targeting classical Debian without painful installation.

Test it

Be polite, make a virtualenv

virtualenv .
source bin/activate
python setup.py install

Launch test

pip install nosetests
./bin/nosetests

Use it

Move to some folder with a Procfile inside.

contremaitre worker=2,foo=3

Contrmaitre use the current user to build a supervisor conf in /tmp folder. Check it, move it to /etc/supervisord/conf.d/ .

Todo

  • √ Build a supervisor conf from a Procfile
  • _ Some global parameters
  • _ Debian package
  • _ User can restart its process or managing the number of process

Licence

3 clause BSD licence © 2013 Mathieu Lecarme

About

Build supervisord conf from Procfile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages