Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 567 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 567 Bytes

iothome

Setup

  1. create particle env vars per docker-compose.yml, change any user/passwords
  2. docker-compose run --rm <service> npm install for each node based service (mqtt, particle, tempest)
  3. docker-compose up
  4. curl -XPOST 'http://localhost:8086/query' --data-urlencode 'q=CREATE DATABASE "main"'
  5. http://localhost:3000 admin:password (specified in docker-compose.yml)
  6. configure influxdb data source, host will be influxdb
  7. create Dashboard
  8. create Charts

Normal Operation