Restore lastest image of Raspbian Jessie Lite on the micro-SD card by your prefered method (see Installation Guide).
Login as pi user (default password: raspberry):
sudo -i
raspi-config
# 1. Expand Filesystem
# 5. Internationalisation Options
# I2. Change Timezone
# Europe/Paris
rebootLogin as pi user:
sudo -i
aptitude update
aptitude full-upgrade
rebootLogin as pi user:
sudo -i
aptitude install rpi-update
rpi-update
rebootLogin as pi user:
sudo -i
aptitude install screen
exitAs pi user, launch Jeedom installation in a screen session:
screen
sudo -i
wget https://raw.githubusercontent.com/jeedom/core/stable/install/install.sh
chmod +x install.sh
./install.shNote the last output message:
/!\ IMPORTANT /!\ Root MySql password is b3051ab5fcee5cb
For RaZberry on Raspberry Pi 3, disable bluetooth:
echo "dtoverlay=pi3-miniuart-bt" >> /boot/config.txt
rebootAnd follow the Jeedom's Premier Pas documentation: