Site updated at 2015-07-07 03:51:27 UTC
This commit is contained in:
parent
a699ae115d
commit
853a81fe69
10 changed files with 95 additions and 102 deletions
|
@ -121,15 +121,18 @@ 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 --user -r requirements.txt
|
||||
</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>
|
||||
<p>Running these commands will:</p>
|
||||
<ol>
|
||||
<li>Download Home Assistant</li>
|
||||
<li>Setup an isolated environment</li>
|
||||
<li>Navigate to downloaded files</li>
|
||||
<li>Install the dependencies</li>
|
||||
<li>Launch Home Assistant and serve web interface on <a href='http://localhost:8123'>http://localhost:8123</a></li>
|
||||
|
@ -137,7 +140,7 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
|
|||
<p>If you run into any issues, please see the <a href='/getting-started/troubleshooting.html'>troubleshooting page</a>.</p>
|
||||
|
||||
<p class='note'>
|
||||
You can run Home Assistant in demo mode by appending <code>--demo-mode</code> to line 4.
|
||||
You can run Home Assistant in demo mode by appending <code>--demo-mode</code> to line 5.
|
||||
</p>
|
||||
|
||||
<p class='note'>
|
||||
|
@ -159,9 +162,6 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
|
|||
When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace <code>-v /etc/localtime:/etc/localtime:ro</code> with <code>-e "TZ=America/Los_Angeles"</code> (replacing America/Los_Angeles with <a href='http://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>your timezone</a>)
|
||||
</p>
|
||||
|
||||
<p class='note warning'>
|
||||
Home Assistant currently does not fare well if server and client are in different time zones.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class='install-instructions raspberry'>
|
||||
|
@ -238,17 +238,10 @@ NOTE: the rest of the commands are not being run as sudo and will install python
|
|||
|
||||
<p>It will be up and running on port 8123</p>
|
||||
|
||||
<p class='note'>
|
||||
You can run Home Assistant in demo mode by appending <code>--demo-mode</code> to line 4.
|
||||
</p>
|
||||
|
||||
<p class='note'>
|
||||
If you want to update to the latest version in the future, run: <code>scripts/update</code>.
|
||||
</p>
|
||||
|
||||
<p class='note warning'>
|
||||
Home Assistant currently does not fare well if server and client are in different time zones.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue