# BH launcher

Launch same as a cron but relaunch without delay when the process was done.

## How to install

`npm install [--save] bh-launcher`

## BH buffer dependencies

  * "bh-base-prototype": "^1.0.0"
  * "bh-configuration": "^1.0.9"
  * "bomo-logger": "^1.0.5"

## How to use

  1. Copy `conf/settings.json.dist` to `conf/settings.json` and fill it

  1. Install with bower the wanted programs.

        bower install something=bhrick-launcher

  1. Configure the installed program

  1. Launch `node run.js`

  1. Enjoy it
