# WX-platform **Repository Path**: ways/WX-platform ## Basic Information - **Project Name**: WX-platform - **Description**: 我们的微信平台,维护自 weiphp - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2015-08-03 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###一、安装说明 * 一些权限 mkdir Runtime chmod -R 777 Runtime chmod -R 777 Uploads chmod -R 777 Addons chmod -R 777 Data chmod -R 777 Application/Install/Data chmod -R 777 Application/User/Conf chmod 777 Application/Common/Conf/config.php * 数据库修改 Application/Common/Conf/config.php Application/User/Conf/config.php * 缓存清理 * 访问根下面的cleancache.php文件,或者手动删除Runtime/里的内容 * 扩展安装 * ubuntu下需安装php5-curl * windows下需要打开php.ini中的php_openssl.dll ###二、开发文档 * [weiphp]("http://www.weiphp.cn")由[OneThink]("http://www.onethink.cn")修改而来,OneThink基于[ThinkPHP]("http://www.thinkphp.cn")框架。 * [weiphp开发手册]("http://www.weiphp.cn/wiki/") * [OneThink开发手册]("http://document.onethink.cn/") * [ThinkPHP开发手册]("http://document.thinkphp.cn/")