KVM | openHAB installation basic Config on debian 9
| set a fix IP | |||
| set a hostname | 
 #   hostnamectl status  | 
||
| If add Icinga2 | Icinga2 | add Icinga2 Client to a Master | ||
| # apt install -y dirmngr | |||
| # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 | |||
| # echo 'deb http://repos.azulsystems.com/debian stable main' > /etc/apt/sources.list.d/zulu.list | |||
| # apt install -y zulu-8 | |||
| # wget -qO - 'https://bintray.com/user/downloadSubjectPublicKey?username=openhab' | apt-key add - | |||
| # apt install apt-transport-https | |||
| # echo 'deb https://dl.bintray.com/openhab/apt-repo2 stable main' | tee /etc/apt/sources.list.d/openhab2.list | |||
| # apt update | |||
| # apt install openhab2 | |||
| # apt install openhab2-addons | |||
| # systemctl start openhab2.service | |||
| # systemctl status openhab2.service | |||
| # systemctl daemon-reload | |||
| # systemctl enable openhab2.service | |||
| smb share | # apt-get install samba samba-common-bin | openhab doc link | |
| # vi /etc/samba/smb.conf | |||
| # chown -hR openhab:openhab /etc/openhab2 | |||
Quellen/Source:
- www.openhab.org/docs/installation/
-
-
-
-
-
-
-
-
-