123 Commits

Author SHA1 Message Date
dnguyen800
7e0cb7282b Update 'other machine types' section in docs (#11228)
I noticed the list of machine types supported by `hassio_install.sh` wasn't up-to-date with the list on [Github](https://github.com/home-assistant/hassio-installer). I updated the list and added a reference to the Github page. Maybe the duplicate list should be removed from here and instead add a reference to the Github?
2019-11-19 19:59:22 +01:00
Sean Mooney
683b50293a Update Hassio beta instructions (#11226)
The release schedule changed from 2 weeks to 3 weeks, fixed a link that was broken, and added tiny bit more clarification to the instructions.
2019-11-19 09:29:55 +01:00
Bas Nijholt
e49a8ed371 change packages to monofont (#11138) 2019-11-09 17:01:04 +01:00
Jeremy Hettenhouser
2418ec490a Isolated distro specific install command (#11015)
* Isolated distro specific install command

* Add blank lines
2019-10-27 20:58:28 +01:00
Hmmbob
942db484f7 🔗 Updating broken links in "Hass.IO installation" (#10882) 2019-10-19 16:54:38 +02:00
Ville Skyttä
14f15b3d3d Improve content and formatting of hassio installation network config (#10724) 2019-10-12 12:00:49 +02:00
Paulus Schoutsen
010806ffe0
Remove no longer relevant note 2019-10-10 11:15:10 -07:00
Pascal Vizeli
f8bc70f450
Update installation.markdown 2019-09-14 11:45:54 +02:00
Henry Ou
6744aa76d9 Fix typo in installation.markdown (#10363) 2019-09-14 09:57:44 +02:00
Pascal Vizeli
3f721ce1af Fix NM (#10341)
* Fix NM

* ✏️ Tweak
2019-09-11 21:31:40 +02:00
cogneato
764dcef14c Changed heading to be a link (#10254)
* Changed heading to be a link

Changed "To prepare your machine for the Hass.io installation, run the following commands:" to a linkable heading so it can be shared more easily

* Add a section title
2019-08-29 21:27:45 +02:00
Pascal Vizeli
1fda60f047
Update HassOS 3.4 2019-08-29 09:01:35 +02:00
Magnus Øverli
59b92ef9a2 Added info on supported Ubuntu versions (#9940)
* Added info on supported Ubuntu versions

Adding a note on the latest docker-supported version of Ubuntu.

* Added info on supported versions of Ubuntu

Added a note to remind users that docker needs to be supported by their version of Ubuntu, and where to check if it is.
2019-07-26 15:09:41 +02:00
Kanga-Who
56a1ad935e Extends Hass.io installation manual for generic Linux (#9972)
* Update installation.markdown

* Update installation.markdown

* ✏️ Extends machine type list

* ✏️ Minor tweak
2019-07-26 13:58:38 +02:00
Paulus Schoutsen
241de1f28e
RPi4 images link to RPi 4 images instead of 3 2019-07-22 11:29:28 -07:00
Pascal Vizeli
a29fab9f87
Update installation.markdown 2019-07-21 23:31:14 +02:00
Magnus Øverli
ff2db73b30 Fix deprecated link (#9938)
Updated the link to hassio installation instructions on linux/vm.
2019-07-21 22:15:33 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Chris Johnston
b241c227d0 Fix formatting of installation commands (#9803)
* Fix formatting of installation commands

This change fixes the formatting of the generic linux host
installation commands so that they all begin with `$`.
This ensures that they are rendered correctly in the documentation.

Previously, the commands under `$ sudo -i` all began with `#` (to
indicate that the shell was running as root). While this is correct,
the markdown formatting thinks that they are comments, so they
are rendered in a light gray color.

* remove line start symbol from commads

none of the commands produce any output, so all of the symbols
should be removed
2019-07-07 22:59:58 +02:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Klaas Schoute
b1ef4996eb ✏️ The great integration migration - part 2 (#9760)
* ✏️ The great integration migration - part 2

* ✏️ Tweak
2019-07-03 13:48:38 +02:00
Dubh Ad
d5133d07f6 Adding a big warning (#9614)
* Adding a big warning

Multiple people have independently identified `modemmanager` as the source of Z-Wave and Zigbee related issues, and confirmed that disabling it resolves those problems. Adding a great big warning here.

* Added some instructions
2019-06-14 10:05:10 +02:00
Klaas Schoute
456add7392 Correct misspelled install (#9565) (#9566) 2019-06-04 14:27:12 -07:00
Fabian Affolter
68b52b7365
Add Arch Linux package list (fixes #9455) (#9502) 2019-05-22 23:03:47 +02:00
Pascal Vizeli
26a243e11f
Update HassOS to 2.12 2019-05-12 11:31:45 +02:00
Matt F
c420254e03 Link to hassio linux installer script (#9286)
Link to the hassio Linux installer script was pointing to the incorrect path.
2019-04-24 19:08:20 +02:00
ErikS
79ea274a2f added boot partition CONFIG directory option (#9093)
i was confused myself, while trying to configure wifi, added option that finally helped me.
2019-04-02 12:19:59 +02:00
Bram Mittendorff
3d1ae65000 Update installation.markdown (#9092)
Changed `apt-get software-properties-common` because this will not work. You need to use `apt-get install software-properties-common`
2019-04-01 22:32:26 +02:00
DubhAd
b802eb6937 Adding update and version details (#8645)
Adding details here on how to update, install specific versions, and join the beta releases.
2019-03-31 12:45:30 +02:00
Nicholas Hawkes
1a0f35f1bc Update installation.markdown (#9081)
It is not possible to run the command  `add-apt-repository universe` without installing `apt-get software-properties-common` first
2019-03-31 09:24:08 +02:00
Pascal Vizeli
7cea9a93e5
Update installation.markdown 2019-03-22 12:19:02 +01:00
DubhAd
15016f2f72 Adding minimum disk space note (#8933)
Because some people try to install with 10 GB...
2019-03-15 08:42:10 +01:00
Damian Nowak
359da487fd Provide better instructions for virtual appliance (#8859) 2019-03-09 01:07:55 +05:30
DubhAd
329c6fafaf Adding warning about below Pi2 (#8841)
Too many folks have bought a Pi Zero and been unhappy at the experience. Adding a note here that they're not recommended.
2019-03-06 19:46:31 +01:00
Pascal Vizeli
c3cbec4396
Update HassOS 2.10 2019-02-22 10:43:13 +01:00
Pascal Vizeli
4043d58b49
Update HassOS 2.9 2019-02-11 15:15:47 +01:00
Pascal Vizeli
8636529345
Update Hass.io HassOS to 2.8 2019-02-04 08:41:03 +01:00
Dominik Palo
777eb6388e Rename Etcher to balenaEtcher (#8363) 2019-02-01 16:01:15 +01:00
Pascal Vizeli
e600aa163d
Update beta to RC 2019-01-30 16:56:48 +01:00
Pascal Vizeli
3a43b537d9
Update HassOS 2.6 2019-01-18 14:11:50 +01:00
Joe Garcia, CISSP
9dd559a246 Added easy Docker CE install to alt install (#8162) 2019-01-15 22:26:37 +01:00
Pascal Vizeli
4cfb0b04e8
Update developer versions 2019-01-09 23:07:02 +01:00
Quatroking
85e48c524b Update installation.markdown (#8082)
The VMDK file only works on VMWare Workstation, not on platforms such as VMWare ESXi
2019-01-06 21:21:23 +01:00
Franck Nijhof
cb115f09de ✏️ Improves Docker-CE wording. (#7951) 2018-12-26 14:16:28 +01:00
Magnus Øverli
038dee0011 Clarify install of docker (#7678)
* Clarify install of docker

Updated description of installation to avoid possible confusion regarding docker as a dependency.

* Details on tested environment

Underlining Ubuntu as the tested environment for the given instructions.

* Removed redundant docker install step

Removed step from hass.io installation instructions wherein installing docker. Installation of Docker-CE is already documented.

* ✏️ Tweaks
2018-12-26 14:00:23 +01:00
Franck Nijhof
63405cc33a 🚑 Reverts #7945 (#7948) 2018-12-26 13:51:32 +01:00
Almost Engineer
5715530fe0 Update package name (#7945)
Curl script will fail if Docker.io package not installed. This is needed for installation Ubuntu 18.04 LTS.
2018-12-25 10:23:28 +01:00
Pascal Vizeli
9df4872718
Update latest beta releases 2018-12-18 23:47:07 +01:00
Magnus Øverli
af53ce0f14 Update list of dependencies (#7672)
Add docker to the list of dependencies
2018-11-28 15:48:51 +01:00