Site updated at 2016-10-04 20:05:33 UTC

This commit is contained in:
Travis CI 2016-10-04 20:05:33 +00:00
parent 25b3ac85bc
commit bf0b9cb09e
24 changed files with 51 additions and 45 deletions

View file

@ -94,10 +94,14 @@
<p>Theres currently three documented ways to install Home Assistant on a Raspberry Pi.</p>
<ul>
<li><a href="/getting-started/installation-raspberry-pi/#Manual-Installation">Manual installation</a>. Following this guide doing each step manually. This is highly recommended as a first installation since you get a good overview of the installation.</li>
<li><a href="/getting-started/installation-raspberry-pi-image">Hassbian image</a>. Basic installation with the same settings as following the manual installation guide. Some additional software is preinstalled to make installation quicker and easier.</li>
<li><a href="/getting-started/installation-raspberry-pi-all-in-one/">All-in-One Installer</a>. Fabric based installation script that installs and compiles many of the things an advanced Home Assistant install is likely to need.</li>
<li><a href="/getting-started/installation-raspberry-pi-image">Hassbian image</a>. Basic installation with the same settings as following the manual installation guide. Some additional software is preinstalled to make installation quicker and easier. Installation uses <code class="highlighter-rouge">homeassistant</code> user.</li>
<li><a href="/getting-started/installation-raspberry-pi-all-in-one/">All-in-One Installer</a>. Fabric based installation script that installs and compiles many of the things an advanced Home Assistant install is likely to need. Installation uses <code class="highlighter-rouge">hass</code> user.</li>
</ul>
<p class="note note">
Since each installation type uses a different user for Home Assistant, be sure to note and use the correct username for the <code class="highlighter-rouge">adduser</code> commands listed below for camera and GPIO extensions.
</p>
<h3><a class="title-link" name="manual-installation" href="#manual-installation"></a> Manual Installation</h3>
<p>This installation of Home Assistant requires the Raspberry Pi to run <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian Lite</a>.