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
reboot
Login as pi
user:
sudo -i
aptitude update
aptitude full-upgrade
reboot
Login as pi
user:
sudo -i
aptitude install rpi-update
rpi-update
reboot
Login as pi
user:
sudo -i
aptitude install screen
exit
As 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.sh
Note 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
reboot
And follow the Jeedom's Premier Pas
documentation: