This tutorial will guide you on how to install Domoticz on Alpine Linux latest version.
sudo apk update
sudo apk upgrade
sudo apk add build-base cmake pkgconfig boost-dev curl-dev sqlite-dev openssl-dev libusb-dev linux-headers
wget https://releases.domoticz.com/releases/release/domoticz_linux_ARMv7L.tgz -O domoticz.tgz
tar xzf domoticz.tgz
cd domoticz
cmake -DCMAKE_BUILD_TYPE=Release .
make install
./domoticz -daemon -www <port_number>
Replace <port_number>
with the port number you want to use for Domoticz web interface.
You have successfully installed Domoticz on Alpine Linux. Now, you can access Domoticz web interface using the port number you specified in Step 4.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!