meta data for this page
  •  

This is an old revision of the document!


Raspbian installation

On Raspberry PI2 board (armv7l). Login as 'pi' user.

use automatic installation script

sudo curl -L install.domoticz.com | bash

manual installation

sudo usermod -a -G dialout pi
wget https://releases.domoticz.com/releases/beta/domoticz_linux_armv7l.tgz

T B C