Skip to content
Snippets Groups Projects
Select Git revision
  • e8628bbb0f44b01ea226d2cfb85f48c874db3935
  • main default protected
  • daxid-contribs
3 results

Readme.md

Blame
  • David Beniamine's avatar
    David Beniamine authored
    e8628bbb
    History

    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 all set up !

    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