Faire un don

WebApp : GEPI Portable

Description

Français

GEPI est une plateforme de gestion et de suivi des résultats scolaires des élèves.

Infos

GEPI 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 Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\secure\connect.inc.php
SearchPattern=\$dbHost\="localhost(:\d*)?";