Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wago-uk/ming-installer
Simple script used to install M.I.N.G. stack on your WAGO device.
https://github.com/wago-uk/ming-installer
docker grafana influxdb ming mqtt node-red
Last synced: 28 days ago
JSON representation
Simple script used to install M.I.N.G. stack on your WAGO device.
- Host: GitHub
- URL: https://github.com/wago-uk/ming-installer
- Owner: WAGO-UK
- License: mit
- Created: 2024-07-23T08:01:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:53:33.000Z (4 months ago)
- Last Synced: 2024-10-10T14:02:13.967Z (28 days ago)
- Topics: docker, grafana, influxdb, ming, mqtt, node-red
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ming-installer
Simple script used to install M.I.N.G. stack on your WAGO device.
M - MQTT
I - InfluxDB
N - Node-RED
G - Grafana> For more information please navigate to this repository's [WIKI Page](https://github.com/WAGO-UK/ming-installer/wiki)
# Prerequisites
- WAGO 750-821x / 750-8302 / 751-9301 / 751-9401 with FW24 or higher
- SD card (microSD for CC100, SD for PFC200/Edge) with max 32GB capacity
- USB-C cable and/or ethernet cable
- controller with internet access# How to run script
1. SSH to your controller
> You will have to know it's IP address; see Wiki page for step by step configuration2. log in with root credentials (default password: wago)
3. run the below command to copy script from this repository:
`curl -s https://raw.githubusercontent.com/WAGO-UK/ming-installer/main/ming_installer.sh >ming_installer.sh`4. run the below command to start the script:
`sh ming_installer.sh`6. Follow instructions in your terminal
Enjoy!