2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

HOWTO_Windows.html: Missing Windows::Console added

git-svn-id: https://svn.fhem.de/fhem/trunk@4567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-01-05 22:36:41 +00:00
parent fe3ba87361
commit 0dc5f9246f

View File

@ -109,10 +109,11 @@ a service, see below.
for this scenario):</h3>
<ul>
Terminate fhem by typing shutdown again in the FHEMWEB command line.
Install the missing Win32::Daemon perl module by typing in the command window:
Install the missing perl modules by typing in the command window:
<ul><code>
F:\tmp\fhem-5.4> PATH=F:\tmp\fhem-5.4\c\bin;F:\tmp\fhem-5.4\perl\bin;%PATH%<br>
F:\tmp\fhem-5.4> perl\bin\cpan -i Win32::Daemon<br>
F:\tmp\fhem-5.4> perl\bin\cpan -i Win32::Console<br>
</ul></code>
Install FHEM as a service
<ul><code>