Faire un don

Instructions pour les personnes souhaitant saisir leur première WebApp :

Vous avez ci dessous l’exemple de la page DrupalPortable. Remplacez les informations spécifiques à Drupal par celle de votre WebApp. Une fois terminé, saisissez votre pseudo dans le champs Auteur (obligatoire) et enregistrez.

Par exemple pour DotclearPortable, remplacez “ par Attach:DotclearPortable.gif Δ”. Vous pourrez ajouter l’image une fois la page enregistrée.

Vous pouvez uploader votre WebApp sur un service gratuit (http://dl.free.fr ; demo.ovh.net ; megaupload.com ; etc&hellipwinking smiley temporairement le temps que nous la transférions sur le FTP Framakey.

La description en anglais est encouragée, mais en aucun cas obligatoire.

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

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*)?

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