Add all-in-one install blog

This commit is contained in:
Paulus Schoutsen 2016-05-22 09:55:23 -07:00
parent 7b6880774a
commit d3015b9ceb
3 changed files with 37 additions and 10 deletions

View File

@ -0,0 +1,27 @@
---
layout: post
title: "Raspberry Pi all-in-one installer"
description: "Installing Home Assistant on a Raspberry Pi has never been easier with the new all-in-one installer."
date: 2016-05-22 09:06:00 -0700
date_formatted: "May 22, 2016"
author: Paulus Schoutsen
author_twitter: balloob
comments: true
categories: Video
og_image: /images/blog/2016-05-video-all-in-one-installer/preview-video.png
---
We are always hard at work at the virtual Home Assistant headquarters to make it easier for you to get started with Home Assistant. That's why [@jbags81] recently introduced the [all-in-one installer]. It allows you to get up and running with a complete Home Assistant setup by entering one line of code into your Raspberry Pi running Raspbian Jessie:
```bash
wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;
```
This feature wouldn't be complete if it wasn't accompanied by a new video by Ben from [BRUH Automation](http://www.bruhautomation.com). The video shows how to install Raspbian Jessie on your Raspberry Pi and use the new installation script to get a full Home Assistant system up and running.
<div class='videoWrapper'>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VGl3KTrYo6s" frameborder="0" allowfullscreen></iframe>
</div>
[@jbags81]: https://github.com/jbags81
[all-in-one installer]: /getting-started/installation-raspberry-pi-all-in-one/

View File

@ -7,20 +7,20 @@ sharing: true
footer: true
---
The "[Raspberry Pi All-In-One Installer](https://github.com/home-assistant/fabric-home-assistant)" deploys a complete Home Assistant server including support for MQTT with websocket support, Z-Wave, and the Open-Zwave-Control-Panel.
The [Raspberry Pi All-In-One Installer](https://github.com/home-assistant/fabric-home-assistant) deploys a complete Home Assistant server including support for MQTT with websocket support, Z-Wave, and the Open-Zwave Control Panel.
Requirements before installation:
The only requirement is that you have a Raspberry Pi with a fresh installation of [Raspbian Jessie/Jessie Lite](https://www.raspberrypi.org/downloads/raspbian/) connected to your network.
* You have a Raspberry Pi with a fresh installation of [Raspbian Jessie/Jessie Lite](https://www.raspberrypi.org/downloads/raspbian/) connected to your network.
* You are able to SSH into your Raspberry Pi.
1. Login into your Raspberry Pi
2. Run
```bash
wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;
```
Installation instructions:
1. SSH into your Raspberry Pi
2. Run `wget -Nnv https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/hass_rpi_installer.sh && bash hass_rpi_installer.sh;`
3. Installation will take approx 1-2 hour's depending on the model of Raspberry Pi the installer is being run against.
Installation will take approx 1-2 hour's depending on the model of Raspberry Pi the installer is being run against.
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=VGl3KTrYo6s) explaining how to install Raspbian on your Raspberry Pi and install Home Assistant using the all-in-one installer.
Once rebooted, your Raspberry Pi will be up and running with Home Assistant. You can access it at **http://your_raspberry_pi_ip:8123**.

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB