Site updated at 2015-07-11 09:00:45 UTC

This commit is contained in:
Paulus Schoutsen 2015-07-11 02:00:45 -07:00
parent 853a81fe69
commit aaa26e2e2b
120 changed files with 1843 additions and 506 deletions

View file

@ -75,7 +75,7 @@
</ul>
</li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/help.html">Need help?</a></li>
<li><a href="/help/">Need help?</a></li>
</ul>
</nav>

View file

@ -75,7 +75,7 @@
</ul>
</li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/help.html">Need help?</a></li>
<li><a href="/help/">Need help?</a></li>
</ul>
</nav>

View file

@ -75,7 +75,7 @@
</ul>
</li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/help.html">Need help?</a></li>
<li><a href="/help/">Need help?</a></li>
</ul>
</nav>
@ -121,11 +121,9 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>git clone --recursive https://github.com/balloob/home-assistant.git
</span><span class='line'>python3 -m venv home-assistant
</span><span class='line'><span class="nb">cd </span>home-assistant
</span><span class='line'>python3 -m pip install -r requirements.txt
</span><span class='line'>python3 -m homeassistant --open-ui
</span></code></pre></td></tr></table></div></figure>
</p>
@ -179,7 +177,7 @@ When using boot2docker on OS X you are unable to map the local time to your Dock
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>nano ~/.bashrc
</span></code></pre></td></tr></table></div></figure>
<p>Then add these lines to the end of the file and save:</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
@ -226,11 +224,6 @@ NOTE: the rest of the commands are not being run as sudo and will install python
</span><span class='line'>pyenv <span class="nb">local </span>homeassistant
</span></code></pre></td></tr></table></div></figure>
<p><b>Step 6. Finish the install</b></p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>python3 -m pip install -r requirements.txt
</span></code></pre></td></tr></table></div></figure>
<p><b>Step 7. Start it up</b></p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='bash'><span class='line'>python3 -m homeassistant

View file

@ -75,7 +75,7 @@
</ul>
</li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/help.html">Need help?</a></li>
<li><a href="/help/">Need help?</a></li>
</ul>
</nav>