mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-02 01:40:34 +00:00
c7a3f4121a
git-svn-id: https://svn.fhem.de/fhem/trunk@14721 2b470e98-0d58-463d-a4d8-8e2adae1ed80
31 lines
1.2 KiB
Plaintext
Executable File
31 lines
1.2 KiB
Plaintext
Executable File
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../style/style.css" />
|
|
<script type="text/javascript">
|
|
if (top == self) top.location = "../index.html";
|
|
</script>
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
</head>
|
|
|
|
<body>
|
|
<a name="nightly"></a>
|
|
<h3>The easy way: Use apt-get to install FHEM and all dependencies</h3>
|
|
<ul>
|
|
<li>Import repository gpg key:<br/><br/>
|
|
<ul><code>wget -qO - http://debian.fhem.de/archive.key | apt-key add -</code></ul></li><br/>
|
|
<li>Add repository to /etc/apt/sources.list:<br/></br>
|
|
<ul><code>deb http://debian.fhem.de/nightly/ /</code></ul></li><br/>
|
|
<li>Update your package administration:<br/></br>
|
|
<ul><code>apt-get update</code></ul></li></br>
|
|
<li>Install fhem:<br/></br>
|
|
<ul><code>apt-get install fhem</code></ul></li><br/>
|
|
<li>You will find a special version number like<br/><br/>
|
|
<ul><code>Inst fhem (==MAJOR==.==MINOR== debian.fhem.de [all])</code></ul><br/>
|
|
<ul>with <code>==MAJOR==</code> representing the major version</ul>
|
|
<ul>with <code>==MINOR==</code> representing the latest SVN commit included.</ul><br/>
|
|
</ul>
|
|
<br/>
|
|
</body>
|
|
</html>
|