Site updated at 2017-02-05 07:33:52 UTC
This commit is contained in:
parent
e6bb294b76
commit
2c8621e991
24 changed files with 45 additions and 54 deletions
|
@ -90,22 +90,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<h3><a class="title-link" name="installation" href="#installation"></a> Installation</h3>
|
||||
|
||||
<p>There’s 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. 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">homeassistant</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>.
|
||||
<p>This installation of Home Assistant requires the Raspberry Pi to run <a href="https://www.raspberrypi.org/downloads/raspbian/">Raspbian Lite</a>.
|
||||
The installation will be installed in a <a href="/getting-started/installation-virtualenv">Virtual Environment</a> with minimal overhead. Instructions assume this is a new installation of Raspbian Lite.</p>
|
||||
|
||||
<p>Connect to the Raspberry Pi over ssh. Default password is <code class="highlighter-rouge">raspberry</code>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue