Description
This repository provides last GLPI 9.5.x packages for IT Management Environment as a continuation of ceased packages from Remi's RPM repository.
The main glpi package has some previous php dependencies now bundled inside vendor directory. The new markerplace for glpi-network commercial plugins has been relocated in glpi-marketplace package.
Security enhanced by design : the marketplace directory has been protected with a systemd mount bind which redirects and restricts all write access for web downloaded plugins to dynamic /var/lib/glpi/marketplace instead of static /usr/share/glpi/marketplace.
The new agent for glpi has been added from glpi-agent package.
The classical communautary plugins packages haved been all renamed from glpi-item to glpi-plugin-item packages.
Latest security and bug fixes build: GLPI 9.5.8, Agent 1.4
Latest plugins build: appliances 3.1.1, Behaviors 2.5.0, PDF 2.0.0, Additional Reports 1.14.1, Fusioninventory 9.5+4.2, Datainjection 2.10.2, Form Creator 2.12.5, Genericobject 2.11.1, ocsinventoryng 1.7.3, SCCM 2.3.0, Protocols Manager 1.4.2
Deprecated plugins packages waiting for a compatible release: archires 2.7.0, WebServices 2.0.0
Installation Instructions
Fedora 35, 36:
(aarch64|ppc64le)
dnf -y copr enable ligenix/enterprise-glpi
dnf -y install mariadb-server [httpd|nginx] glpi
(x86_64 with Remi's RPM)
dnf -y install https://rpms.remirepo.net/fedora/remi-release-3X.rpm &&
dnf -y copr enable ligenix/enterprise-glpi
dnf config-manager --set-enabled remi && dnf -y install mariadb-server [httpd|nginx] glpi
CentOS Stream 8, 9, EPEL 8, 9:
(aarch64|ppc64le)
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-[8,9].noarch.rpm &&
dnf -y copr enable ligenix/enterprise-glpi
dnf -y module enable [mariadb:10.3|mariadb:10.5|mysql:8.0] && dnf -y install [mariadb-server|mysql-server] [httpd|nginx] glpi
(x86_64 with Remi's RPM)
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-[8,9].noarch.rpm &&
dnf -y install https://rpms.remirepo.net/enterprise/remi-release-[8,9].rpm &&
dnf -y copr enable ligenix/enterprise-glpi
dnf config-manager --set-enabled remi && dnf -y module reset php && dnf -y module enable [php:remi-7.4|php:remi-8.0|php:remi-8.1] &&
dnf -y module enable [mariadb:10.3|mariadb:10.5|mysql:8.0] && dnf -y install [mariadb-server|mysql-server] [httpd|nginx] glpi
EPEL 7:
(x86_64 with Remi's RPM)
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm &&
yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm &&
yum -y install yum-plugin-copr && yum -y copr enable ligenix/enterprise-glpi
yum-config-manager --enable [remi-php74|remi-php80|php:remi-8.1] && yum -y install mariadb [httpd|nginx] glpi
Fedora 35, 36, CentOS Stream 8, 9, EPEL 7, 8, 9:
setsebool -P httpd_can_network_connect on && setsebool -P httpd_can_network_connect_db on && setsebool -P httpd_can_sendmail on && getsebool -a | grep httpd | grep "> on"
glpi-console glpi:system:check_requirements
GLPI Project Documentation: Install, Update, PDF
GLPI Project Lists an Forums: Developer, User, Forum, Telegram (EN), Telegram (BR), Telegram (FR)
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release Architectures Repo Download Centos-stream 8 aarch64 [modified] (0)*, ppc64le [modified] (0)*, x86_64 [modified] (0)* Centos-stream 8 (0 downloads) Centos-stream 9 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Centos-stream 9 (0 downloads) EPEL 7 ppc64le (0)*, x86_64 [modified] (0)* EPEL 7 (0 downloads) EPEL 8 aarch64 [modified] (0)*, ppc64le [modified] (0)*, s390x (0)*, x86_64 [modified] (0)* EPEL 8 (0 downloads) EPEL 9 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* EPEL 9 (0 downloads) Fedora 35 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Fedora 35 (0 downloads) Fedora 36 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Fedora 36 (0 downloads)* Total number of packages downloaded in the last seven days.
Modified centos-stream-8-aarch64:
- Module setup commands: php:7.4
Modified centos-stream-8-ppc64le:
- Module setup commands: php:7.4
Modified centos-stream-8-x86_64:
- Module setup commands: php:7.4
Modified epel-7-x86_64:
- Build time repositories: http://rpms.remirepo.net/enterprise/$releasever/remi/$basearch/, http://rpms.remirepo.net/enterprise/$releasever/php74/$basearch/
Modified epel-8-aarch64:
- Module setup commands: php:7.4
Modified epel-8-ppc64le:
- Module setup commands: php:7.4
Modified epel-8-x86_64:
- Module setup commands: php:7.4
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/ligenix/enterprise-glpi10/