homeassistant:installation
Table des matières
Installation de HA CMS
Installation Supervisé
Dépendances
S'assurer d'avoir ces dépendances d'installées.
apt-get install \ apparmor \ jq \ wget \ curl \ udisks2 \ libglib2.0-bin \ network-manager \ dbus \ systemd-journal-remote -y
Installation Docker
Exécuter le script d'installation de Docker CE.
curl -fsSL get.docker.com | sh
Tester votre installation Docker.
docker run hello-world
Installation Home Assistant
Installer OS Agent
wget https://github.com/home-assistant/os-agent/releases/download/1.5.1/os-agent_1.5.1_linux_x86_64.deb dpkg -i os-agent_1.6.0_linux_x86_64.deb
Installer Home Assistant
Installer HA via Script
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb dpkg -i homeassistant-supervised.deb
Connexion WEB UI
http://votre.adresse.ip:8123
homeassistant/installation.txt · Dernière modification : de sylvain
