Difference between revisions of "Prerequisites"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
Dolibarr was build to work on following components :
 
Dolibarr was build to work on following components :
  
 
+
= OS =
 
 
== OS ==
 
 
* Every OS are supported.
 
* Every OS are supported.
 
For example: Linux, BSD, Windows, MacOS, Aix, ...
 
For example: Linux, BSD, Windows, MacOS, Aix, ...
  
== Database ==
+
= Database =
 
* Mysql 3.1 or + (4.1 or more is recommanded)
 
* 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.
 
If using option mode=STRICT returns some warnings or error, please report them to us.
Line 15: Line 13:
 
* MSSql (experimental support not working yet)
 
* MSSql (experimental support not working yet)
  
== PHP ==
+
= PHP =
 
* Version 4.3.10 or more (need support of the "%0.2F" of the sprintf PHP function to make PDF generation working)
 
* 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)
 
* Support of user sessions must be enabled (it is the cas by default in PHP)

Revision as of 16:55, 29 April 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).