Skip to content
Snippets Groups Projects
Select Git revision
  • 5d6f852e4a67a16219667634e0a686d9d67a7c10
  • main default
  • 35-cgu
  • 34-peertube-support
  • 27-add-autoplay-to-iframe
  • 33-bug-on-youtube-embed-urls
  • RC-Rekall-v1.1-fix_lpo
  • tuleap-140-go-back-to-my-capsules-page-when-i-m-on-capsule-preview-page
  • RC-Rekall-v1.2-fix10
  • RC-Rekall-v1.2-fix9
  • RC-Rekall-v1.2-fix8
  • RC-Rekall-v1.2-fix7
  • RC-Rekall-v1.2-fix6
  • RC-Rekall-v1.2-fix5
  • RC-Rekall-v1.2-fix4
  • RC-Rekall-v1.2-fix3
  • RC-Rekall-v1.2-fix2
  • RC-Rekall-v1.2-fix1
  • RC-Rekall-v1.1-fix-3
  • RC-Rekall-v1.1-fix-2
  • RC-Rekall-v1.1-fix-1
  • RC-Rekall-v1.1-delivered
  • preprod20220209-1535
23 results

tools

GLPI

This is a git repository to install GLPI via docker-compose

Requirements

Installation

git clone https://gitlab.tetras-libre.fr/nocloud/docker/glpi
cd glpi
cp .env.sample .env
# Edit .env file and follow instructions
$EDITOR .env
docker-compose up #or docker compose up if you use compose V2

Then go to GLPI web interface, by default http://localhost:8888 and follow the instructions.

The database instructions are :

  • Host : db
  • USER : glpi (default value, may be modified by MYSQL_USER in .env
  • PASSWORD : see MYSQL_PASSWORD in .env

When GPI asks you to create or use a database you should see a selectable database named glpi (or something else if you changed MYSQL_DATABASE in .env), use it.

When you finally see GLPI login page restart the stack to cleanup install files :

docker-compose down
docker-compose up

You are ready to setup your GLPI.

For the database, the SQL server is simply db, the sql user is glpi and the SQL password is the MYSQL_PASSWORD in your .env

Utilisation

At the end of the configuration GLPI automatically creates the following accounts

  • glpi/glpi for administration
  • tech/tech technician
  • normal/normal regular account
  • post-only/postonly write only account