Difference between revisions of "Prerequisites"
Jump to navigation
Jump to search
m (→OS) |
|||
Line 6: | Line 6: | ||
= OS = | = OS = | ||
* Every OS is supported. | * Every OS is supported. | ||
− | For example: Linux, BSD, Windows, MacOS, Aix, ... | + | For example: GNU/Linux, BSD, Windows, MacOS, Aix, ... |
= Database = | = Database = |
Revision as of 00:49, 3 November 2017
Dolibarr was built to work on following components :
OS
- Every OS is supported.
For example: GNU/Linux, BSD, Windows, MacOS, Aix, ...
Database
- Mysql 5.1+ (any Mysql options/parameters supported). Do not use Mysql version 5.5.40 nor 5.5.41, this version has critical bugs with data loss.
If using option mode=STRICT returns some warnings or error, please report them to us.
- MariaDb 5.1+
- PostgresSql 9.1.0+
- MSSql (experimental support not working yet)
- Database size need is lower than 1Mb per 100 customers/suppliers registered into database.
PHP
- Version 7.1.0+
- Support for user sessions must be enabled (it is the default value for PHP)
- Works however magick_quotes parameter is set
- Works however register_globals parameter is set
- Works however safe_mode parameter is set
- 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, it will need more disk space if you upload joined files or to store generated PDF or ODT documents. Storage will depend on number and size of attached files.
CPU
Any hardware configuration is enough to make Dolibarr work, even an old intel/pentium processor. If you have more than 50 users, a 1GHz CPU or more is recommended.