Difference between revisions of "Prerequisites"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* PostgresSql {{PostgresMinVersion}} | * PostgresSql {{PostgresMinVersion}} | ||
* MSSql (experimental support not working yet) | * MSSql (experimental support not working yet) | ||
− | * Database size is | + | * Database size need is lower than 1MB per 100 customers/suppliers. |
= PHP = | = PHP = |
Revision as of 09:27, 16 March 2012
Dolibarr was build to work on following components :
OS
- Every OS are supported.
For example: Linux, BSD, Windows, MacOS, Aix, ...
Database
- Mysql 5.1+
If using option mode=STRICT returns some warnings or error, please report them to us.
- PostgresSql 9.1.0+
- MSSql (experimental support not working yet)
- Database size need is lower than 1MB per 100 customers/suppliers.
PHP
- Version 7.1.0+
- Support of user sessions must be enabled (it is the default value in all 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 128Mb of memory (parameter PHP memory_limit).
Disk storage
- Program files use 64Mo on disks.
However, il we need more space disk if you upload joined files or to store generated PDF or ODT documents. Volume will depend on number and size of attached files.