This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
getting_started:22_install_ubuntu_mqtt [2022/06/14 17:50] admin created |
getting_started:22_install_ubuntu_mqtt [2022/08/31 22:39] (current) admin [MQTT Settings in RADIUSdesk] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ===== Install Rdcore-API-Gateway ===== | ===== Install Rdcore-API-Gateway ===== | ||
| + | * The Rdcore-API-Gateway is a Node.js application. We will start off by installing Node.js and npm. | ||
| + | <code bash> | ||
| + | sudo apt install nodejs | ||
| + | sudo apt install npm | ||
| + | </ | ||
| * Go to /opt directory | * Go to /opt directory | ||
| <code bash> | <code bash> | ||
| Line 66: | Line 71: | ||
| * Command topic is always **/ | * Command topic is always **/ | ||
| * Then for the server to use MQTT instead of the heartbeat system you have to edit the following config file. | * Then for the server to use MQTT instead of the heartbeat system you have to edit the following config file. | ||
| - | * Edit **/ | + | * Edit **/ |
| * Look for this sections and adapt to your server' | * Look for this sections and adapt to your server' | ||
| <code php> | <code php> | ||