Differences

This shows you the differences between two versions of the page.

doc:howto:fhem [2013/01/24 22:53]
written_direcon
doc:howto:fhem [2013/02/17 17:01] (current)
tomk
Line 31: Line 31:
<code bash> <code bash>
cd /tmp cd /tmp
-wget http://fhem.de/fhem-5.2.tar.gz +wget http://fhem.de/fhem-5.3.tar.gz 
-tar xvfz fheh-5.2.tar.gz +tar xvfz fhem-5.3.tar.gz 
-cd fhem-5.2+cd fhem-5.3
cp fhem.pl /usr/sbin cp fhem.pl /usr/sbin
mkdir -p /usr/lib/fhem mkdir -p /usr/lib/fhem
Line 119: Line 119:
  /usr/sbin/fhem.pl /etc/config/fhem   /usr/sbin/fhem.pl /etc/config/fhem
} }
 +</code>
 +
 +Make the Script executeable:
 +<code bash>
 +chmod 755 /etc/init.d/fhem
</code> </code>
Line 142: Line 147:
  killall ser2net   killall ser2net
} }
 +</code>
 +
 +Make the Script executeable:
 +<code bash>
 +chmod 755 /etc/init.d/ser2net
</code> </code>

Back to top

doc/howto/fhem.1359064417.txt.bz2 · Last modified: 2013/01/24 22:53 by written_direcon