
* Big bad install index rewrite Following on from [this](https://github.com/home-assistant/architecture/issues/126#issuecomment-457819615) here is the first pass. I've: * Restructured the layout, simplifying the intro slightly, and moving more of the relevant things to know up there * Removed redundant information * Used slightly emotive _tier_ language, deliberately * Put in a line and put the community provided guides underneath it Feedback appreciated if this doesn't hit the mark * Removed tier wording * Manual -> Virtualenv * Tweaks
4.4 KiB
layout | title | description | date | sidebar | comments | sharing | footer | redirect_from |
---|---|---|---|---|---|---|---|---|
page | Installation of Home Assistant | Instructions on how to install Home Assistant to launch on start. | 2017-02-15 08:00 | true | false | true | true | /getting-started/installation/ |
Beginners should check our [Getting started guide](/getting-started/) first.
Home Assistant provides multiple ways to be installed. The first start may take up to 20 minutes because the required packages will be downloaded and installed. The web interface will be served on http://ip.add.re.ss:8123/
- replace ip.add.re.ss
with the IP of the computer you installed it on.
Please remember to [secure your installation](/docs/configuration/securing/) once you've finished with the installation process.
{% linkable_title Recommended %}
These install options are fully supported by Home Assistant's documentation. For example, if a component requires that you install something to make it work on one of these methods then the component page will document the steps required.
Method | You have | Recommended for |
---|---|---|
Hass.io | Raspberry Pi VM |
Anybody |
Docker | Docker | Anybody already running Docker |
Hassbian | Raspberry Pi | Those who want a more traditional Linux experience and either have experience with Linux, or intend to learn |
{% linkable_title Alternative installs %}
If you use these install methods, we assume that you know how to manage and administer the operating system you're using. Due to the range of platforms on which these install methods can be used, component documentation may only tell you what you have to install, not how to install it.
Method | You have | Recommended for |
---|---|---|
Virtualenv (as another user) |
Any Linux, Python 3.5.3 or later | Those familiar with their operating system |
Virtualenv (as your user) |
Any Python 3.5.3 or later | Developers |
{% linkable_title Community provided guides %}
These guides are provided as-is. Some of these install methods are more limited than the methods above - some components may not work due to limitations of the platform or because required Python packages aren't available for that platform.