Faire un don

WebApp : Dolibarr Portable

Description

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 générales

Infos techniques

Base de donnée : Oui
Fichiers de configuration de la webapp :

  • conf\conf.php (contient l’adresse du serveur MySQL et du serveur web)

Afficher le fichier :

Startup.ini

[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 Dolibarr config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\conf\conf.php
SearchPattern=\$dolibarr_main_db_port\='(\d*)?';
ReplaceValue=\$dolibarr_main_db_port\='{$mysql_port}';

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

[UpdateHtdocsPath]
Name=Update Htdocs Path
Description=Update Htdocs Path
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\conf\conf.php
SearchPattern=\$dolibarr_main_document_root\='([a-zA-Z\\.:]*)?htdocs'
ReplaceValue=\$dolibarr_main_document_root\='{$r_p_a_backslashes}\\App\\dolibarr\\htdocs'

[UpdateDocumentsPath]
Name=Update Documents Path
Description=Update Documents Path
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\conf\conf.php
SearchPattern=\$dolibarr_main_data_root\='([a-zA-Z\\.:]*)?documents'
ReplaceValue=\$dolibarr_main_data_root\='{$r_p_a_backslashes}\\App\\dolibarr\\htdocs\\documents'

[ReplaceSlashes]
Name=Feinte du loup gris
Description=Remplace les "\" par "\\"
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\conf\conf.php
SearchPattern=\\
ReplaceValue=\\\\

[ReplaceQplSlashes]
Name=Feinte du loup gris 2
Description=Remplace les "\\\\" par "\\"
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\conf\conf.php
SearchPattern=\\\\\\\\
ReplaceValue=\\\\

Scripts.ini

Pas encore de script spécifique

Procédure utilisée pour la dernière mise à jour

Réinstallation

Changelog

15/05/11 (JosephK)

FWM 0.9.14 + Réinstallation 3.0.0 (modifié le startup.ini)

21/01/11 (JosephK)

Format PA.c + FWM 0.9.10 (pas touché à Dolibarr)
Modifié le startup.ini pour que ça marche (passe en officiel)