mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00
1.2 KiB
1.2 KiB
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Installation on a Armbian system | Instructions to install Home Assistant on an Armbian-powered systems. | 2017-02-23 11:00 | true | false | true | true |
armbian runs on a wide-variety of ARM development boards. Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.
Setup Python and pip
$ sudo apt-get update
$ sudo apt-get install python3-dev python3-pip
Now that you installed python, there are two ways to install Home Assistant:
- It is recommended to install Home Assistant in a virtual environment to avoid using
root
, using the VirtualEnv instructions - Alternatively, you can install Home Assistant for the user you created when first booting Armbian:
$ sudo pip3 install homeassistant
$ hass --open-ui
Running these commands will:
- Install Home Assistant
- Launch Home Assistant and serve the web interface on http://localhost:8123
- the configuration files will be created in /home/{user}/.homeassistant