cconard96 / glpi-screenshot-plugin

Take a screenshot or screen recording directly from GLPI and attach it to a ticket, change or problem
GNU General Public License v2.0
5 stars 0 forks source link

not installable #47

Open tele81 opened 9 months ago

tele81 commented 9 months ago

In the current glpi version nothing happens when I click install from the marketplace

cerdoudou commented 9 months ago

i've same problem, anyone have method to install locally?

cconard96 commented 9 months ago

Remove the plugin folder (named screenshot) from the "marketplace" folder in your GLPI if present. Download the desired version from the GitHub releases. Extract the archive into the "plugins" folder in your GLPI. There should then be a folder "plugins/screenshot" with a "setup.php" file inside among others.

To install/enable from the web: In your GLPI web interface, go to the plugin page. If the marketplace is showing by default, click the puzzle piece icon along the top of the page to see the older view. The buttons to install and enable will be displayed within the list for each plugin.

To install/enable from the CLI: sudo -u www-data bin/console plugin:install screenshot sudo -u www-data bin/console plugin:activate screenshot Both commands will ask for a GLPU user (but not a password). Just specify your GLPI admin account. If needed, also replace "www-data" with whatever your account your web server software uses.

https://glpi-user-documentation.readthedocs.io/fr/latest/modules/configuration/plugins.html?highlight=plugin#manually-managing-plugins