Commit 687bdc89 authored by 彭青松's avatar 彭青松 💬
Browse files

完善文档

parent 79cf22de
......@@ -11,19 +11,10 @@ git clone http://gitlab.kupurui.cn/crpt-project-public/your_project.git
cd your_project
#注意PHP版本要7.4及以上,composer用2.x
composer install
# 添加配置文件,将根目录的.env.example复制一份为.env
cp .env.example .env
# 配置.env中的一些特殊变量
APP_KEY=你自己的秘钥
# 默认签名是打开的 IS_CHECK_SIGN=true 如果需要关闭改为false,使用签名请自行修改自己的盐值
APP_SOCKET_KEY=你自己的盐值
# 将sc_lumen_auth.sql导入到你自己的数据库,这里面是基础的数据表,并修改.env中的数据库配置
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sc_lumen_auth
DB_USERNAME=xxxxx
DB_PASSWORD=xxxxx
# 如果是低代码项目单独部署,执行命令进行数据库部署
php artisan TransferSql
# 至此安装完成
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment