Skip to content

Instantly share code, notes, and snippets.

@dayne
Created August 17, 2020 20:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dayne/7faebb02fdb89d1b2b03e1c24abf4908 to your computer and use it in GitHub Desktop.
Save dayne/7faebb02fdb89d1b2b03e1c24abf4908 to your computer and use it in GitHub Desktop.
streamsheets
https://github.com/cedalo/streamsheets#installation
```
mkdir ~/streamsheets
docker run -v ~/streamsheets:/streamsheets cedalo/streamsheets-installer:1.5-linux
cd ~/streamsheets
./start
```
http://localhost:8081
* Review TOS
* Select language `EN`
* Accept the TOS
* Sign up for newsletter
* Finish setup
* Login: User: `admin` password `1234`
* Change the password!
* Top left -> Administration -> Users -> `admin` user -> change password
* http://localhost:8081/administration/users
Add Connectors
* http://localhost:8081/administration/connectors
* MQTT Provider `test_mosquitto_org`
* URL: `test.mosquitto.org`
Add Consumer
* name (TBD), connector (above), topic (TBD), (more - Data Format JSON)
Create new App: Test App
* (TBD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment