百度一下,找不到,自己花点心思弄一下咯 硬件
内存: 256(最小), >= 512M (推荐)
硬盘: >= 500M 软件
Apache >= 2.2.1 Or IIS >= 5.0.0 (Zurmo should work on other webservers, IE cherokee, as we have not used any webserver specific modules. Be aware though, we have not tested Zurmo extensively on other webservers)
Apache mod_deflate (Optional, recommended for good traffic deployments)
Memcached (Optional, recommended for good traffic deployments)
MySQL Server >= 5.1
Either root access credentials shall be known or a new database and user credential pair should be created for zurmo
设置:
character-set-server=utf8
collation-server=utf8_unicode_ci (Not utf8_general_ci)
default-storage-engine=INNODB
max_sp_recursion_depth=20 (Recommend value: 100)
max_allowed_packet = 20M (Optional)
thread_stack = 512K
optimizer-search-depth = 0
log_bin = 0 (这是默认设置,在大多数情况下,您不需要修改)
数据库不应该在严格模式运行
Settings
date.timezone must be set
memory_limit >= 128M (最小), >=256M (推荐)
file_uploads should be on
upload_max_filesize >= 20M (可选。你可以调整这个更高的值取决于您的需求))
post_max_size >= 20M (可选。你可以调整这个更高的值取决于您的需求))
max_execution_time >= 300
set_include_path 应该启用
$_SERVER 应该访问
Extensions
pcre
spl
ctype
apc >= 1.0.0 (Optional, recommended for good traffic deployments)
soap
curl >= 6.0
mbstring
memcache >= 2.2.0 (php5-memcache, not php5-memcached)
imap (Optional)
pdo
pdo_mysql
zip (Optional)
gd (Optional)
Paths
以下路径要可写:
app/protected/config/debug.php (may not exist)
app/version.php
app/protected/config/perInstance.php
app/assets/
app/protected/data/
app/protected/runtime/
安装
下载解压到web目录
直接访问目录
配置数据库,
官方文档