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
25
source/_docs/installation/armbian.markdown
Normal file
25
source/_docs/installation/armbian.markdown
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Installation on a Armbian system"
|
||||
description: "Instructions to install Home Assistant on an Armbian-powered systems."
|
||||
date: 2017-02-23 11:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.
|
||||
|
||||
Setup Python and `pip`
|
||||
|
||||
```bash
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install python3-dev python3-pip
|
||||
```
|
||||
|
||||
Install Home Assistant.
|
||||
|
||||
```bash
|
||||
$ pip3 install homeassistant
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue