欢迎来到天天文库
浏览记录
ID:7065441
大小:28.00 KB
页数:2页
时间:2018-02-04
《08cms房产门户系统安装说明》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、08cms房产门户系统安装说明*********安装环境**********************************************vps或独立服务器PHP5.2或以上版本mysql4或以上zend3.3(ForPHP5.2)或ZendGuardLoader3.3(ForPHP5.3)*********php配置**********************************************short_open_tag=Onmemory_limit建议设为128Msafe_mode=
2、offallow_url_fopen=ON安装gd2扩展output_buffering=4096(或on)eaccelerator可能不兼容,请关闭。如果开启QQ号登录功能,需要curl及openssl扩展。*********文件权限**********************************************系统中以下目录或文件需要可读写权限,目录后带*的,需要目录及其所有下级文件及目录可读写。如果以下目录在安装包中不存在,可手动添加并设置权限。------------------------
3、-----------/*注:系统根目录/base.inc.php/adminc/pcache//dynamic/*/html//images/common/*/info//member//mspace//template/*/userfiles/**********安装路径**********************************************/install/index.php请使用二进制上传安装包内的文件*********程序授权****************************
4、******************让授权即时生效,需要执行/install/license.php*********扩展缓存**********************************************强烈建议安装memcache缓存扩展,可以得到更好的系统优化。安装扩展后,在base.inc.php中做相应设置,在系统中启用。---------启用excache示范设置$excache_prefix='OuXd5T_';//前缀,自行设置$ex_memcache_server='localho
5、st';$ex_memcache_port=11211;$ex_memcache_pconnect=1;$ex_memcache_timeout=1;---------
此文档下载收益归作者所有