前提
Dolibarr 构建于以下组件:
操作系统
- 每个操作系统都支持.
如: GNU/Linux, BSD, Windows, MacOS, Aix, ...
提醒 Windows 7 用户:
在使用 Windows 7 时, Visual C++ Redistributable for Visual Studio 2012 Update 4 必须安装. 缺失的话,安装过程中会提示错误消息: Make sure you choose the 32-bit version (vcredist_x86.exe). 它可以在这里获得: * https://www.microsoft.com/en-us/download/details.aspx?id=30679
数据库
- Mysql 5.1+ (any Mysql options/parameters supported). 不要使用 Mysql version 5.5.40 或者 5.5.41, 此版本有致命BUGS会丢失数据。
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)
- 数据库需求量低于 1Mb per 100 用户/供应商。
PHP
- Version 7.1.0+
- 必须启用对用户会话的支持(它是PHP的默认值)
- 会工作不管 magick_quotes 参数的设置
- 会工作不管 register_globals 参数的设置
- 会工作不管 safe_mode 参数的设置
- PHP configuration must allow use of a max of 128Mb of memory (parameter PHP memory_limit).
磁盘空间
- 程序文件需求至少 80Mb 的存储空间.
但是,如果上传连接的文件或存储生成的PDF或ODT文档,则需要更多的磁盘空间。存储将取决于所附文件的数量和大小。
CPU
任何硬件配置都足以使Dolibarr工作,甚至是一个老式的英特尔/奔腾处理器。 如果您有超过50个用户,建议使用1GHz的CPU或更多。