To install FHEM into /opt/fhem you have to take the following steps:
- Switch to root mode:
$> sudo su – - Get archive key and add it to system keys:
$> wget -qO – http://debian.fhem.de/archive.key | apt-key add – - Add reposetory to your system sources:
$> nano /etc/apt/sources.list and add the following line to the bottom :deb http://debian.fhem.de/stable ./ - Update sources:
$> apt-get update - Update system:
$> apt-get upgrade - Install FHEM:
$> apt-get install fhem - This will install all dependencies an FHEM on its own. (I you’re ask you have to type Y -> it’s not really a choice)
Now you can open http://192.168.108.15:8085/fhem to get to your FHEM installation (replace 192.168.108.15 with your PIs IP ;-))
1 thoughts on “FHEM Installation on Raspbian”