You will find here the documentation to install Jeedom on a raspberry PI with a MiroSD card..
Raspberry Pi Imager allows you to download the Raspberry Pi OS installation image and burn the image directly onto the SD card.
Warning
For security reasons, SSH access is no longer enabled by default on this distribution. Therefore, it must be activated via the advanced options of Raspberry Pi Imager.
Insert your MicroSD card, connect the network cable and connect the power.
Identify your Raspberry Pi on the network
You need to know the IP address of your Raspberry PI. Many solutions :
Establish connection
Then use for example PuTTY to establish your connection Here
Enter the IP address of your Raspberry Pi (here 192.168.0.10) and click on open. Accept the default security message on first login.
Log in with the credentials you set in Raspberry Pi Imager during the burning process.
Important
For security reasons, it is imperative to change the default password. Cases of hacking based on the use of the default login / password pair of the Raspberry Pi are particularly widespread. (Command : passwd and sudo passwd)
wget https://raw.githubusercontent.com/jeedom/core/master/install/install.sh
chmod +x install.sh
./install.sh
NOTE
Depending on your internet speed, the installation can take 45 to 90 minutes. You must not interrupt the process before the end. Otherwise, you will have to repeat the entire procedure.
Then just go to IP_MACHINE_JEEDOM
NOTE
The default credentials are admin / admin
For more information on installing Jeedom please see this documentation
Then you can follow the documentation First step with Jeedom