wez3/domoboard

Enhance installation of Domoboard and required modules

Closed this issue · 3 comments

pvmil commented

Is it possible to make installation of Domoboard (incl. plugins and required modules easier?)
similar to installing Domoticz for example? "sudo curl -L install.domoticz.com | bash"
as described on http://www.domoticz.com/wiki/Raspberry_Pi

wez3 commented

You can also use the following commands to install domoboard:
git clone https://github.com/wez3/domoboard
cd domoboard
pip install -r requirements.txt

wez3 commented

I've created your request. Changes can be seen at commit f50e9bd.

Domoboard can now be installed with the following single command:
curl -L https://www.domoboard.nl/install | bash

pvmil commented