Difference between revisions of "Prerequisites"
Jump to navigation
Jump to search
m |
|||
Line 23: | Line 23: | ||
* PHP configuration must allow use of a max of {{PHPMinMemory}}Mb of memory (parameter PHP memory_limit). | * PHP configuration must allow use of a max of {{PHPMinMemory}}Mb of memory (parameter PHP memory_limit). | ||
− | + | = Disk storage = | |
* Program files use less than '''80Mb''' on disks. | * Program files use less than '''80Mb''' 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. | 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. | ||
+ | |||
+ | = CPU == | ||
+ | Any hardware is enough to make Dolibarr working for less than 50 users, even an old intel/pentium processor. | ||
+ | If you have more than 50 users, a 1GHz CPU or more is recommanded. |
Revision as of 09:35, 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 less than 80Mb 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.
CPU =
Any hardware is enough to make Dolibarr working for less than 50 users, even an old intel/pentium processor. If you have more than 50 users, a 1GHz CPU or more is recommanded.