前提
Jump to navigation
Jump to search
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或更多。