trasher/enterprise-glpi10

( forked from ligenix/enterprise-glpi10 )

Project ID: 84684

Description

This repository provides last GLPI 10.0.x packages for IT Management Environment for aarch64, ppc64le, s390x, x86_64. It is a continuation of ceased packages from Remi's RPM repository. Install previous enterprise-glpi for GLPI 9.5.x packages.

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 builds: GLPI 10.0.5, GLPI Agent 1.4

Latest plugins builds: appliances 3.2.0, Behaviors 2.7.2, PDF 3.0.0, Reports 1.16.0, FusionInventory 10.0.3+1.0, Datainjection 2.12.0, Form Creator 2.13.2, Genericobject 2.14.0, GLPI Inventory 1.0.5, ocsinventoryng 2.0.2, Treeview 1.10.0, MetaDemands 3.2.13, Protocols Manager 1.5.2.2

Installation Instructions

Fedora 35, 36, 37:

(aarch64|ppc64le)
dnf -y copr enable ligenix/enterprise-glpi10

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-glpi10

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-glpi10

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-glpi10

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-glpi10

yum-config-manager --enable [remi-php74|remi-php80|php:remi-8.1] && yum -y install mariadb [httpd|nginx] glpi

Fedora 35, 36, 37, CentOS Stream 8, 9, EPEL 7, 8, 9:

(GLPI with SELinux in enforcing mode)
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 (EN), (BR), (FR),Telegram (EN), (BR), (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 (0)*, ppc64le (0)*, x86_64 (42)* Centos-stream 8 (19 downloads)
Centos-stream 9 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Centos-stream 9 (16 downloads)
EPEL 7 ppc64le (0)*, x86_64 (118)* EPEL 7 (16 downloads)
EPEL 8 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (8)* EPEL 8 (17 downloads)
EPEL 9 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* EPEL 9 (19 downloads)
Fedora 37 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (2)* Fedora 37 (0 downloads)

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable trasher/enterprise-glpi10
More info about enabling Copr repositories

Other Actions