# YetCMS **Repository Path**: long_ren/YetCMS ## Basic Information - **Project Name**: YetCMS - **Description**: Yet Another CMS based Yii2 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README YetCMS ====== >YetCMS是一个基于Yii2的快速开发框架,集成了用户和插件系统,可以非常方便的开发新的功能。 安装 ---- 1. git clone https://github.com/xiongchuan86/YetCMS.git 2. composer update 3. 配置数据库连接,YetCMS/app/config/db.php 4. yii migrate 5. Apache 建立虚拟机,域名http://www.yetcms.com绑定到 YetCMS 6. http://www.yetcms.com 7. 默认的管理员用户名和密码,admin@yetcms.com,123456 8. 注册需要邮箱验证,配置config.php里面的mailer 9. 设置权限 chmod -R 777 static/assets chmod -R 777 app/runtime chmod -R 777 app/modules/plugin/src chmod -R 777 app/modules/plugin/controllers