WebApp : GLPI Portable
Description
English
GLPI is the Information Resource-Manager with an additional Administration- Interface. You can use it to build up a database with an inventory for your company (computer, software, printers… ). It has enhanced functions to make the daily life for the administrators easier, like a job-tracking-system with mail-notification and methods to build a database with basic information about your network-topology.
Français
Solution open-source de gestion de parc informatique et de helpdesk, GLPI est une application Full Web pour gérer l’ensemble de vos problématiques de gestion de parc informatique : de la gestion de l’inventaire des composantes matérielles ou logicielles d’un parc informatique à la gestion de l’assistance aux utilisateurs.
Infos
- website : http://glpi-project.org
- version : 0.72.3
- Maintainer : fat115 (fat115 at free dot fr) (je veux participer / I want to become a maintainer)
- Support Forum
GLPI Portable Scripts
Startup
[UpdateEskuelPort]
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}
[UpdateMySQLPort]
Name=Update MySQL Port
Description=Update GLPI config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config\config_db.php
SearchPattern=localhost(:\d*)?
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}
[UpdateMySQLPort]
Name=Update MySQL Port
Description=Update GLPI config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config\config_db.php
SearchPattern=localhost(:\d*)?
Specific
[ResetLogPass]
Name=Reset Login and Password
Name_fr=Réinistialiser log/pass
Description=Reset login and password to initial values.
Description_fr=Réinitialise le mot de passe administrateur avec "admin"/"framasoft"
Type=SQL
Query=UPDATE glpi_users set password_md5=md5('framasoft'), name='admin',password='' where ID='2'
Done=Done: login=admin, Password=framasoft
Done_fr=Action executée: login=admin, Password=framasoft
[Synchronize]
Name=Syncronize MySQL Port
Description=Update config with the Open MySQL Port
Name_fr=Syncronise le port MySQL
Description_fr=Met à jour le fichier de configugration avec le port MySQL actuellement assigné.
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config\config_db.php
SearchPattern=localhost(:\d*)?
ReplaceValue=localhost:{$mysql_port}
Done=Done
Name=Reset Login and Password
Name_fr=Réinistialiser log/pass
Description=Reset login and password to initial values.
Description_fr=Réinitialise le mot de passe administrateur avec "admin"/"framasoft"
Type=SQL
Query=UPDATE glpi_users set password_md5=md5('framasoft'), name='admin',password='' where ID='2'
Done=Done: login=admin, Password=framasoft
Done_fr=Action executée: login=admin, Password=framasoft
[Synchronize]
Name=Syncronize MySQL Port
Description=Update config with the Open MySQL Port
Name_fr=Syncronise le port MySQL
Description_fr=Met à jour le fichier de configugration avec le port MySQL actuellement assigné.
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config\config_db.php
SearchPattern=localhost(:\d*)?
ReplaceValue=localhost:{$mysql_port}
Done=Done


