Difference between revisions of "Prerequisites"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
{{TemplateDocUser}}
 
{{TemplateDocUser}}
{{ToTranslate}}
 
  
 
Dolibarr was build to work on following components :
 
Dolibarr was build to work on following components :
 +
  
  
 
== OS ==
 
== OS ==
* Every OS is supportedTout OS pouvant accueillir un serveur Web avec PHP.
+
* Every OS are supported.
Par exemple: Linux, BSD, Windows, MacOS, Aix, ...
+
For example: Linux, BSD, Windows, MacOS, Aix, ...
  
== Bases de données ==
+
== Database ==
* Mysql 3.1 ou + (4.1 ou plus recommandé)
+
* Mysql 3.1 or + (4.1 or more is recommanded)
Si le fonctionnement avec l'option mode=STRICT renvoie des warnings ou erreur merci de nous le signaler. Les tests dans ce mode sont rares, car cette option est rarement activée.
+
If using option mode=STRICT returns some warnings or error, please report them to us.
* PostgresSql (support expérimental non opérationnel)
+
* PostgresSql (experimental support not working yet)
* MSSql (support expérimental non opérationnel)
+
* MSSql (experimental support not working yet)
  
 
== PHP ==
 
== PHP ==
* Version 4.3.10 ou + (besoin de la gestion %0.2F du sprintf pour la gestion des PDF)
+
* Version 4.3.10 or more (need support of the "%0.2F" of the sprintf PHP function to make PDF generation working)
* Le support des sessions doit être actifs (c'est le cas par défaut en PHP)
+
* Support of user sessions must be enabled (it is the cas by default in PHP)
* Fonctionne quelque soit le paramètre register_globals
+
* Works whatever is the parameter register_globals
* Fonctionne quelque soit le paramètre magick_quotes
+
* Works whatever is the parameter magick_quotes
* Fonctionne quelque soit le paramètre safe_mode
+
* Works whatever is the parameter safe_mode
* La configuration PHP doit autoriser une taille max de mémoire par session d'au moins de 16Mo (24Mo conseillé sous Windows).
+
* PHP configuration must allow use of a max of 16Mb of memory (24Mb required if using Windows).

Revision as of 14:32, 12 March 2009

Dolibarr was build to work on following components :


OS

  • Every OS are supported.

For example: Linux, BSD, Windows, MacOS, Aix, ...

Database

  • Mysql 3.1 or + (4.1 or more is recommanded)

If using option mode=STRICT returns some warnings or error, please report them to us.

  • PostgresSql (experimental support not working yet)
  • MSSql (experimental support not working yet)

PHP

  • Version 4.3.10 or more (need support of the "%0.2F" of the sprintf PHP function to make PDF generation working)
  • Support of user sessions must be enabled (it is the cas by default in PHP)
  • Works whatever is the parameter register_globals
  • Works whatever is the parameter magick_quotes
  • Works whatever is the parameter safe_mode
  • PHP configuration must allow use of a max of 16Mb of memory (24Mb required if using Windows).