Jeedom command line update

We will see how to manually update your Jeedom (if you can no longer access the interface for example)

Prerequisites

IMPORTANT

Remember to export the most recent functional Jeedom backup outside the box before any manual update.

Download and unzip

In SSH, do :

su -
cd /root
wget https://github.com/jeedom/core/archive/master.zip
unzip master.zip
cp -R core-master/* /var/www/html
cp -R core-master/.[^.]* /var/www/html

Mise à jour

Toujours en SSH:

su -
php /var/www/html/install/update.php mode=force
chmod 775 -R /var/www/html
chown www-data:www-data -R /var/www/html

IMPORTANT

If your Jeedom installation is a bit old, you must replace all /var/www/html by /usr/share/nginx/www/jeedom

Nous utilisons des cookies pour vous garantir la meilleure expérience sur notre site web. Si vous continuez à utiliser ce site, nous supposerons que vous en êtes satisfait.