Installation sur Linux
Prerequis
- Ubuntu 20.04+ / Debian 11+ / Fedora 38+ ou toute distribution compatible
- 4 Go RAM minimum
- 500 Mo espace disque
- Connexion Internet
Option 1 : Installation via le depot officiel (recommande)
Ubuntu / Debian (APT)
Ajoutez le depot HrFlow et installez :
curl -fsSL https://downloads.hrflow.tn/hrflow.gpg | sudo gpg --dearmor -o /usr/share/keyrings/hrflow.gpg
echo "deb [signed-by=/usr/share/keyrings/hrflow.gpg] https://downloads.hrflow.tn/deb stable main" | sudo tee /etc/apt/sources.list.d/hrflow.list
sudo apt update && sudo apt install hrflow
Fedora / RHEL (DNF)
sudo dnf5 config-manager addrepo --from-repofile="https://downloads.hrflow.tn/rpm/hrflow.repo"
sudo dnf install hrflow
Option 2 : Installation manuelle
- Telechargez le paquet depuis la page de telechargement
- Installez-le :
# Debian/Ubuntu
sudo dpkg -i hrflow_1.0.0_amd64.deb
sudo apt install -f # installe les dependances manquantes
# Fedora/RHEL
sudo rpm -ivh hrflow-1.0.0-1.x86_64.rpm
Option 3 : Execution via JAR
Si vous avez Java 17+ installe :
# Cloner et construire
git clone https://github.com/Bechir-Lahoueg/Esprit-PIDEV-3A4-HrFlow.git
cd Esprit-PIDEV-3A4-HrFlow/JAVA
mvn clean compile
# Lancer
cd AppUi
mvn javafx:run
Verification
Apres installation, lancez HrFlow depuis le menu Applications ou via la commande :
hrflow