gateblu-forever

Implementation of Gateblu that uses forever to manage device processes.

Usage no npm install needed!

<script type="module">
  import gatebluForever from 'https://cdn.skypack.dev/gateblu-forever';
</script>

README

gateblu-forever

Implementation of Gateblu that uses forever to manage device processes.

Build Status Build status Code Climate Test Coverage npm version Gitter

Gateblu-Forever requires a meshblu.json to start.

Install

npm install -g gateblu-forever

Config

Sample meshblu.json

{
  "server": "meshblu.octoblu.com",
  "port": "80",
  "devicePath": "devices",
  "tmpPath": "tmp",
  "uuid": "c4110691-69fd-11e4-b75c-63db18512b02",
  "token": "0kmpejq8ul434n29pbti61d2q4vg3nmi"
}

Usage

gateblu-service

Debug Output

DEBUG=* gateblu-service

Skip Connector Install

gateblu-service --skip-install

You may also use environment variables

GATEBLU_SKIP_INSTALL=true gateblu-service