Site updated at 2018-03-02 20:25:22 UTC
This commit is contained in:
parent
31bf472aa5
commit
ed7877fdce
33 changed files with 132 additions and 87 deletions
|
@ -76,6 +76,9 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<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="/docs/installation/virtualenv">Virtual Environment</a> with minimal overhead. Instructions assume this is a new installation of Raspbian Lite.</p>
|
||||
<p class="note">
|
||||
Although these installation steps specifically mention a Raspberry Pi, you can go ahead and proceed on any Linux install as well. This guide is also referred to as the “Advanced Guide” for a virtual environment install.
|
||||
</p>
|
||||
<p>Connect to the Raspberry Pi over SSH. Default password is <code class="highlighter-rouge">raspberry</code>.
|
||||
You will need to enable SSH access. The Raspberry Pi website has instructions <a href="https://www.raspberrypi.org/documentation/remote-access/ssh/">here</a>.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ssh pi@ipadress
|
||||
|
@ -112,7 +115,11 @@ Since this account is only for running Home Assistant the extra arguments of <co
|
|||
<span class="gp">$ </span><span class="nb">source </span>bin/activate
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Once you have activated the virtual environment you will notice the prompt change and then you can install Home Assistant.</p>
|
||||
<p>Once you have activated the virtual environment (notice the prompt change) you will need to run the following command to install a required python package.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="o">(</span>homeassistant<span class="o">)</span> homeassistant@raspberrypi:/srv/homeassistant <span class="nv">$ </span>python3 -m pip install wheel
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Once you have installed the required python package it is now time to install Home Assistant!</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="o">(</span>homeassistant<span class="o">)</span> homeassistant@raspberrypi:/srv/homeassistant <span class="nv">$ </span>pip3 install homeassistant
|
||||
</code></pre>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue