mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update getting started
This commit is contained in:
parent
0232f6099e
commit
96f2188423
@ -21,4 +21,4 @@ Home Assistant is not available on the Play Store. Instead, Home Assistant lever
|
|||||||
<img src='/images/screenshots/android-homescreen-guide.gif' />
|
<img src='/images/screenshots/android-homescreen-guide.gif' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like [No-IP](http://www.noip.com/).
|
Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like [DuckDNS](https://www.duckdns.org/).
|
||||||
|
@ -25,6 +25,7 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
|
|||||||
git clone --recursive https://github.com/balloob/home-assistant.git
|
git clone --recursive https://github.com/balloob/home-assistant.git
|
||||||
python3 -m venv home-assistant
|
python3 -m venv home-assistant
|
||||||
cd home-assistant
|
cd home-assistant
|
||||||
|
source bin/activate
|
||||||
python3 -m homeassistant --open-ui
|
python3 -m homeassistant --open-ui
|
||||||
```
|
```
|
||||||
</p>
|
</p>
|
||||||
@ -33,7 +34,7 @@ python3 -m homeassistant --open-ui
|
|||||||
<li>Download Home Assistant</li>
|
<li>Download Home Assistant</li>
|
||||||
<li>Setup an isolated environment</li>
|
<li>Setup an isolated environment</li>
|
||||||
<li>Navigate to downloaded files</li>
|
<li>Navigate to downloaded files</li>
|
||||||
<li>Install the dependencies</li>
|
<li>Activate the isolated environment (on Windows, run <code>Scripts/activate.bat</code>)</li>
|
||||||
<li>Launch Home Assistant and serve web interface on <a href='http://localhost:8123'>http://localhost:8123</a></li>
|
<li>Launch Home Assistant and serve web interface on <a href='http://localhost:8123'>http://localhost:8123</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>If you run into any issues, please see the <a href='{{site_root}}/getting-started/troubleshooting.html'>troubleshooting page</a>.</p>
|
<p>If you run into any issues, please see the <a href='{{site_root}}/getting-started/troubleshooting.html'>troubleshooting page</a>.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user