If you want to discover Jeedom without risk, you can also virtualize it on your PC, here is the procedure to follow. You take no risk in a VM, the integrity of your PC is protected :
You must download the Virtual Box software here
Download the jeedom iso here.
Click on “New” and fill in the fields as below :
Select “Install on disk” (enter key on the keyboard), confirm with yes (down arrow key then enter). All the rest will be done automatically (10 to 30min), then once the vm restarted waiting 5min and you should have access to Jeedom by simply putting the ip of jeedom in a browser.
TIPS
To find out the IP of the vm (once connected to it, the identifiers are displayed on the connection screen) type the command below respecting the spaces:
ip -s -c -h a
Information
The default ssh connection IDs are : jeedom and Mjeedom96 for the password
Then you can follow the documentation First step with Jeedom
Download a debian 11 minimalist image here, by choosing “network install CD images” -> AMD64
Click on new and fill in the fields as below :
It’s classic…
su -
wget https://raw.githubusercontent.com/jeedom/core/master/install/install.sh
chmod +x install.sh
./install.sh
ip -s -c -h a
Your IP address, type 192.168.0.XX appears in red. Just enter it in your browser.
Warning
If this does not work, you have not configured your network card as Network Bridge as indicated at the start.
Then you can follow the documentation First step with Jeedom