OPERATING SYSTEMSOS Linux

How to install Hass.io on Ubuntu 16.04



This video is a tutorial on how to install Hass.io version of Home Assistant on Ubuntu 16.04

Here is a link outlining the install…..

https://github.com/home-assistant/hassio-build/tree/master/install#install-hassio

As always make sure your system is up to date….

sudo apt-get update
sudo apt-get upgrade

Most of the requirements needed to do the install are installed by default in ubuntu, but there are a couple that will need to be installed before you can proceed….

sudo apt-get install docker.io
sudo apt-get install socat
sudo apt-get install jq

Once these are installed you can proceed with the install…..

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s

After that is completed, you should be able to head over to the web front-end…

http://IP OF SERVER:8123

you will more than likely get a temp page stating it is configuring and will be about 20 minutes….

Once that is done you should be up and running…..

Lastly on this tutorial I installed the ssh component which can be found the add-on store by clicking on the Hass.io link on the side.

Once the SSH Server component is installed give it a password, save it and start the service.

Now you are up and running…..

If you like the video, please subscribe to my channel. If you have any questions, hit me up in the comments below. Also, if there are any videos you would like me to put out here, let me know as well.

source
ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *