2 Star 4 Fork 2

易商金融 / yii2work

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

yii2work

为易商金融用yii2开发的的各种应用,包含api、后台等

迁移过程

git clone https://gitee.com/yishangfinance/yii2work.git
composer update
php init
配置网站数据
挂载对应目录
添加计划任务
设置web运行目录

nginx rewrite

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}
location /backend/ {
    try_files $uri $uri/ /backend/index.php$is_args$args;
}
location /frontend/ {
    try_files $uri $uri/ /frontend/index.php$is_args$args;
}
location /workin/ {
    try_files $uri $uri/ /workin/index.php$is_args$args;
}

挂载(正式生产环境)

mount -t nfs -o rw 192.168.99.7:/home/wwwroot/credit_ysjr/Uploads/AppFtp/attsort data/attsort/
mount -t nfs -o rw 192.168.99.7:/home/wwwroot/yii2work/web/uploads web/uploads/

参考hosts

192.168.99.3    crm.app.qiche100.com
120.24.75.214   open.aichezaixian.com
210.14.133.231  api.100credit.cn
210.14.133.234  apiservice.100credit.com
115.28.112.253  api.che300.com
118.190.91.189  testapi.che300.com
120.24.75.214  open.aichezaixian.com
47.90.45.244  open.10000track.com
120.24.75.214  open.aichezaixian.com
47.90.45.244  open.10000track.com
58.61.154.231  api.18gps.net
58.61.154.247  apitest.18gps.net
58.61.154.231  vipapi.18gps.net
202.85.222.106  fk.gpsonline.cn
101.37.113.63  api.hrfax.cn
219.141.183.234  partnertest.mypicc.com.cn
180.97.251.53   www.rongfast.com
180.168.100.158   fht-test.fuiou.com
211.147.87.65   jzh.fuiou.com
39.106.6.172   sdk.univetro.com.cn
61.129.122.133   vas.chinapay.com
203.119.128.196   msg.umeng.com
118.178.18.59   chedai.baozeqiche.com

空文件

简介

为易商金融用yii2开发的的各种应用,包含api、后台等 展开 收起
PHP 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/yishangfinance/yii2work.git
git@gitee.com:yishangfinance/yii2work.git
yishangfinance
yii2work
yii2work
master

搜索帮助