|-转 rageframe2/docs/guide-zh-CN/README.md安装指南
rageframe2/docs/guide开发文档
rageframe2/docs/guide在线文档
https://github.com/jianyan74/rageframe2/blob/master/docs/guide-zh-CN/README.md
系统安装
目录
环境要求
安装
站点配置及说明
环境要求
PHP >= 7.2
PHP cURL 扩展
PHP OpenSSL 扩展
PHP fileinfo 拓展 素材管理模块需要用到
Mysql >= 5.7.7
Apache 或 Nginx
Composer (用于管理第三方扩展包)
安装CA证书 (windows开发环境下)
必须先看环境搭建文档,安装完毕后务必配置站点和对应的伪静态还有常见问题文档
安装
如果你是群里下载的安装包,可直接第五步开始
1、克隆
git clone https://github.com/jianyan74/rageframe2.git
2、进入目录
cd rageframe2
3、安装依赖
// (不建议) 如果你只有 php 7.1 也可以忽略版本进行安装 php composer.phar install --ignore-platform-reqs
php composer.phar install
4、初始化项目
php init // 然后输入0回车,再输入yes回车
5、配置数据库信息
找到 common/config/main-local.php 并配置相应的信息, 注意要先创建好数据库...
浏览更多内容请先登录。
立即注册
更新于:2021-12-20 08:57:04
相关内容
推荐内容