搜索中心
搜索中心 搜索快照

系统升级说明 - Linux环境同步git仓库代码

# 切换到PHP的运行用户,通常为 www
su www
# 进入到系统目录中
cd /www/wwwroot/www.example.com
# 拉取最新代码
git pull origin master
# 执行系统迁移命令
php artisan migrate
# 执行模块迁移命令
php artisan modstart:module-install-all
查看原文
QQ
微信