Site updated at 2017-05-04 05:59:16 UTC

This commit is contained in:
Travis CI 2017-05-04 05:59:16 +00:00
parent b86f8feb19
commit 4a938d717f
36 changed files with 282 additions and 53 deletions

View file

@ -67,7 +67,15 @@
</h1>
</header>
<hr class="divider">
<p>[Placeholder]</p>
<p>Hass.io images are available for all available Raspberry Pi platforms. Download the appropriate image for your Raspberry Pi:</p>
<ul>
<li><a href="https://github.com/home-assistant/hassio-build/releases/download/0.7/resinos-hassio-0.7-raspberrypi.img.bz2">Raspberry Pi / Zero</a></li>
<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">http://hassio.local</a>.</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>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
@ -80,8 +88,15 @@
<a href='/hassio/'>Hass.io </a>
<ul>
<li><a class='active' href='/hassio/installation/'>Installation </a></li>
<li><a href='/hassio/architecture/'>Architecture </a></li>
<li><a href='/addons/'>Available add-ons </a></li>
</ul>
</li>
</ul>
<ul class='divided sidebar-menu'>
<li>
<a href='/hassio/development/'>Development </a>
<ul>
<li><a href='/hassio/architecture/'>Architecture </a></li>
<li><a href='/hassio/create_hassio_addon/'>Creating add-ons </a></li>
<li><a href='/hassio/create_hassio_addon_repository/'>Creating add-on repositories </a></li>
</ul>