mirror of
https://github.com/tips-of-mine/GLPI-Plugin-SOC-Case-Management.git
synced 2025-06-28 05:38:42 +02:00
Ajouter le fichier hook.php et corriger l'installation
This commit is contained in:
15
README.md
15
README.md
@ -21,9 +21,18 @@ This plugin provides a specialized case management system for Security Operation
|
||||
## Installation
|
||||
1. Download the ZIP file
|
||||
2. Extract it in your GLPI plugins directory (`glpi/plugins/`)
|
||||
3. Rename the directory to "soc" if needed
|
||||
4. Navigate to Setup > Plugins in your GLPI web interface
|
||||
5. Install and activate the plugin
|
||||
3. Rename the directory to "soc" (this is important - the folder must be named "soc")
|
||||
4. Make sure all files have correct permissions (www-data or apache user should be able to read them)
|
||||
5. Navigate to Setup > Plugins in your GLPI web interface
|
||||
6. Install and activate the plugin
|
||||
|
||||
## Troubleshooting Installation
|
||||
If the plugin doesn't appear in the plugins list:
|
||||
- Verify the plugin folder is named exactly "soc" (not "SOC" or "soc-plugin")
|
||||
- Check file permissions (files should be readable by the web server)
|
||||
- Check that all required files are present: setup.php, hook.php, plugin.php
|
||||
- Clear GLPI cache by removing files in `/glpi/files/_cache`
|
||||
- Restart your web server
|
||||
|
||||
## Configuration
|
||||
After activation, you can configure the plugin by:
|
||||
|
Reference in New Issue
Block a user