Implementation of Gateblu that uses `forever` to manage device processes.
npm install gateblu-foreverImplementation of Gateblu that uses forever to manage device processes.






Gateblu-Forever requires a meshblu.json to start.
```
npm install -g gateblu-forever
Sample meshblu.json
`json`
{
"server": "meshblu.octoblu.com",
"port": "80",
"devicePath": "devices",
"tmpPath": "tmp",
"uuid": "c4110691-69fd-11e4-b75c-63db18512b02",
"token": "0kmpejq8ul434n29pbti61d2q4vg3nmi"
}
``
gateblu-service
``
DEBUG=* gateblu-service
gateblu-service --skip-install
`
You may also use environment variables
`
GATEBLU_SKIP_INSTALL=true gateblu-service
``