DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

Plugin installation procedure? #42

Closed gustavoberman closed 2 years ago

gustavoberman commented 2 years ago

Hello there! What should be the procedure to install and configure a plugin using this container? Thanks

DiouxX commented 2 years ago

Hello,

You can download and install the plugins in the traditional way.

  1. Download the plugin archive in the plugins folder of your glpi volume container
  2. Unarchive the plugin
  3. Activate the plugin via the plugin menu in the web interface of your GLPI
gustavoberman commented 2 years ago

Hello,

You can download and install the plugins in the traditional way.

  1. Download the plugin archive in the plugins folder of your glpi volume container
  2. Unarchive the plugin
  3. Activate the plugin via the plugin menu in the web interface of your GLPI

Thanks for that. I'm a newbie with containers. I was thinking that, since we're working with containers, the plugins needed to be installed during image creation.

And what should be the update procedure for a new glpi release? Just rebuild the image? Thanks!

DiouxX commented 2 years ago

To update an existing installation, you can use the "traditional" method :

  1. Download the archive to your glpi volume.
  2. Extract it
  3. Copy the contents to the glpi folder
  4. Change the access rights to the www-data user with the chown command.
  5. Go to the web interface and update