Hellorheaven / core

Software for home automation

Home Page:https://jeedom.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeedom by Loïc

Website (English): https://jeedom.com/site/en/

Website (French): https://jeedom.com/site/

Installation

Pre-requis

  • MySQL installé (en local ou sur une machine distance)
  • un serveur web installé (apache ou nginx)
  • php (5.6 minimum) installé avec les extensions : curl, json, gd et mysql
  • ntp et crontab installés
  • curl, unzip et sudo installés

TIPS : pour nginx vous trouverez un exemple de la configuration web nécessaire dans install/nginx_default.

Création de la BDD jeedom

Il vous faut créer une base de données jeedom sur MySQL (en utf8_general_ci).

Téléchargement des fichiers

Téléchargez les sources jeedom : https://github.com/jeedom/core/archive/stable.zip, décompressez-les dans un répertoire de votre serveur web.

Configuration et installation

Allez (avec votre navigateur) sur install/setup.php.

Remplissez les informations, validez et attendez la fin de l'installation. Les identifiants par défaut sont admin/admin.

About

Software for home automation

https://jeedom.fr

License:GNU General Public License v2.0


Languages

Language:PHP 63.5%Language:JavaScript 23.8%Language:CSS 6.0%Language:HTML 5.9%Language:Shell 0.8%