Install section (#2181)
* Fix typo * Add logos * Add Fedora instructions * Remove unused file * Add macOS instructions * Update * Add details about AUR * Add CentOS instructions * Add vagrant logo * Remove CentOS details * Add inital armbian docs * Update * Move sections to overview * Update installation overview
This commit is contained in:
parent
18ca04eb5b
commit
554a26556d
16 changed files with 200 additions and 40 deletions
|
@ -10,9 +10,88 @@ footer: true
|
|||
redirect_from: /getting-started/installation/
|
||||
---
|
||||
|
||||
Home Assistant provides multiple ways to be installed. If you are a Raspberry Pi owner then the [Hassbian](/docs/hassbian/) is an easy and simple way to run home Assistant.
|
||||
Home Assistant provides multiple ways to be installed. A requirement is that you have [Python](https://www.python.org/downloads/) installed. For Windows we require at least **Python 3.5** and for other operating systems at least **Python 3.4.2**.
|
||||
|
||||
The only requirement is that you have [Python](https://www.python.org/downloads/) installed. For Windows we require at least **Python 3.5** and for other operating systems at least **Python 3.4.2**.
|
||||
<div class="text-center hass-option-cards" markdown="0">
|
||||
<a class='option-card' href='/docs/hassbian/installation/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/raspberry-pi.png' />
|
||||
</div>
|
||||
<div class='title'>Hassbian</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/raspberry-pi/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/raspberry-pi.png' />
|
||||
</div>
|
||||
<div class='title'>Rasbian</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/archlinux/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/archlinux.png' />
|
||||
</div>
|
||||
<div class='title'>ArchLinux</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/armbian/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/armbian.png' />
|
||||
</div>
|
||||
<div class='title'>armbian</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/fedora/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/fedora.png' />
|
||||
</div>
|
||||
<div class='title'>Fedora</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/centos/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/centos.png' />
|
||||
</div>
|
||||
<div class='title'>CentOS/RHEL</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/windows/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/windows.png' />
|
||||
</div>
|
||||
<div class='title'>Windows</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/macos/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/apple.png' />
|
||||
</div>
|
||||
<div class='title'>macOS</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/synology/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/synology.png' />
|
||||
</div>
|
||||
<div class='title'>Synology</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/docker/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/docker.png' />
|
||||
</div>
|
||||
<div class='title'>Docker</div>
|
||||
</a>
|
||||
<a class='option-card' href='/docs/installation/vagrant/'>
|
||||
<div class='img-container'>
|
||||
<img src='/images/supported_brands/vagrant.png' />
|
||||
</div>
|
||||
<div class='title'>Vagrant</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Once Home Assistant is installed, execute the following code in a console/terminal to check if the setup was successful:
|
||||
|
||||
```bash
|
||||
$ hass
|
||||
```
|
||||
|
||||
The first start may take a minute or two because the needed packages will be downloaded and installed. The web interface will be served on [http://localhost:8123](http://localhost:8123).
|
||||
|
||||
For more details about `hass`, please refer to the [tools section](/docs/tools/hass/).
|
||||
|
||||
If you're running a Linux-based platform, we suggest you follow the [VirtualEnv instructions](/docs/installation/virtualenv/) to avoid using `root`.
|
||||
|
||||
It may be needed that you install additional library depending on the platforms/components you want to use.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue