guillaumelecerf / supervisorg

Dashboard for supervisord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supervisorg

/!\ WIP

A dashboard for supervisord.

Installation

$ git clone https://github.com/lebris/supervisorg.git supervisorg
$ cd supervisord
$ php composer.phar install
$ ./lessc
$ vendor/bin/karma hydrate
$ php console assetic:dump

Try it !

The demo requires 2 images that you need to build before.

$ cd docker/demo/images/php-apache
$ docker build --rm=true -t supervisorg/demo/php-apache .
$ cd docker/demo/images/supervisord
$ docker build --rm=true -t supervisorg/demo/supervisord .

Note : you can also use the make in the image directories to build them.

Then run the containers :

$ cd docker/demo
$ docker-compose up -d

To access to the dashboard http://<DOCKER_MACHINE_IP>

About

Dashboard for supervisord


Languages

Language:PHP 73.3%Language:HTML 13.9%Language:JavaScript 6.0%Language:CSS 2.8%Language:Shell 2.7%Language:Makefile 1.0%Language:ApacheConf 0.2%