Faire un don

WebApp : Dolibarr Portable

Description

Français

Dolibarr est un PGI/GRC (Progiciel de Gestion Intégré/Gestion de Relation Client destiné aux petites et moyennes entreprises. Le succès de Dolibarr est du à la règle des “3 simples”: simple à installer, simple à utiliser, simple à développer.

Infos

Dolibarr 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}\conf\conf.php
SearchPattern=localhost(:\d*)?
ReplaceValue=localhost:{$mysql_port}

[UpdateWebPort]
Name=Update web Port
Description=Update dotclear config with the open web Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\conf\conf.php
SearchPattern=define\('$dolibarr_main_url_root','http://127.0.0.1(:\d*)?/dolibarr/htdocs/'\);