08cms 房产门户系统 安装说明
********* 安装环境 **********************************************
vps或独立服务器 PHP5.2或以上版本 mysql4或以上
zend3.3(For PHP5.2)或Zend GuardLoader3.3(For PHP5.3)
********* php配置 **********************************************
short_open_tag = On
memory_limit建议设为128M safe_mode = off
allow_url_fopen = ON 安装gd2扩展
output_buffering = 4096(或on)
eaccelerator可能不兼容,请关闭。
如果开启QQ号登录功能,需要curl及openssl扩展。
********* 文件权限 **********************************************
系统中以下目录或文件需要可读写权限,目录后带*的,需要目录及其所有下级文件及目录可读写。
如果以下目录在安装包中不存在,可手动添加并设置权限。 ----------------------------------- / *注:系统根目录 /base.inc.php /adminc/pcache/ /dynamic/* /html/
/images/common/* /info/ /member/ /mspace/ /template/* /userfiles/*
********* 安装路径 **********************************************
/install/index.php
请使用二进制上传安装包内的文件
********* 程序授权 **********************************************
让授权即时生效,需要执行/install/license.php
********* 扩展缓存 **********************************************
强烈建议安装memcache缓存扩展,可以得到更好的系统优化。 安装扩展后,在base.inc.php中做相应设置,在系统中启用。 --------- 启用excache示范设置
$excache_prefix = 'OuXd5T_'; //前缀,自行设置 $ex_memcache_server = 'localhost'; $ex_memcache_port = 11211; $ex_memcache_pconnect = 1; $ex_memcache_timeout = 1; ---------

