Call-for-Code / Prometeo-Pyrrha

Former repository for Prometeo, winner of the Call for Code 2019 Global Challenge, open sourced as Pyrrha (see links within this repo). It measures toxin exposure in real time and analyzes trends over time.
http://pyrrha-platform.org
Apache License 2.0
27 stars 18 forks source link

New step by step instructions for v3 needed #121

Closed krook closed 3 years ago

krook commented 3 years ago

Need a section for prerequisites, setup on top of those, test end to end:

Prerequisites

  1. IBM Cloud account (Lite should be fine, or PayGo to get free cluster)
  2. Provision a Watson IoT instance (use own Lite account) and configure
  3. Provision an App Id instance (use own Lite account) and configure
  4. Provision a small Kubernetes cluster (use shared account) and configure

Set up on top

  1. Set up database (get latest dump of data) - Local version
  2. Set up dashboard app to point at database, App ID instance, and WebSocket - Live version
  3. Set up simulator app to generate data
  4. Set up the Rules Decision
  5. Set up the WebSocket server
  6. Set up the MQTT client
  7. Set up the mobile app
  8. Set up the watch app
krook commented 3 years ago
krook commented 3 years ago

Closing, as we're tracking changes in the new Pyrrha org. FYI @upkarlidder