Site updated at 2017-05-04 14:35:19 UTC

This commit is contained in:
Travis CI 2017-05-04 14:35:20 +00:00
parent 958fc6c56a
commit 4aefbb995d
26 changed files with 44 additions and 44 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Installing Hass.io - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to install Hass.io.">
<meta name="description" content="Instructions on how-to install Hass.io.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/hassio/installation/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/hassio/installation/">
<meta property="og:type" content="website">
<meta property="og:description" content="Instructions how to install Hass.io.">
<meta property="og:description" content="Instructions on how-to install Hass.io.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Installing Hass.io">
<meta name="twitter:description" content="Instructions how to install Hass.io.">
<meta name="twitter:description" content="Instructions on how-to install Hass.io.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -73,8 +73,8 @@
<li><a href="https://github.com/home-assistant/hassio-build/releases/download/0.7/resinos-hassio-0.7-raspberrypi2.img.bz2">Raspberry Pi 2</a></li>
<li><a href="https://github.com/home-assistant/hassio-build/releases/download/0.7/resinos-hassio-0.7-raspberrypi3.img.bz2">Raspberry Pi 3</a></li>
</ul>
<p>Once downloaded, write it to an SD card using <a href="https://etcher.io/">Etcher</a>. Then put the SD card into your Raspberry Pi and turn it on. You will be able to reach your installation on <a href="http://hassio.local:8123">http://hassio.local</a>.</p>
<p>On first boot it does download the HomeAssistant container and they can take a time after we can access to our hub.</p>
<p>Flash the downloaded image to an SD card using <a href="https://etcher.io/">Etcher</a>. Insert SD card to Raspberry Pi and turn it on. You will be able to reach your installation on <a href="http://hassio.local:8123">http://hassio.local</a>.</p>
<p>On first boot, it downloads the Home Assistant container and that can take some time.</p>
<h3><a class="title-link" name="alternative-install-on-generic-linux-server" href="#alternative-install-on-generic-linux-server"></a> Alternative: install on generic Linux server</h3>
<p>For advanced users, it is also possible to try Hass.io on your Linux server or inside a VM. To do so, <a href="https://github.com/home-assistant/hassio-build/tree/master/install">follow these instructions</a>.</p>
</article>