Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not installable #47

Open
tele81 opened this issue Dec 17, 2023 · 2 comments
Open

not installable #47

tele81 opened this issue Dec 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@tele81
Copy link

tele81 commented Dec 17, 2023

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

@tele81 tele81 added the bug Something isn't working label Dec 17, 2023
@cerdoudou
Copy link

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

@cconard96
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants