标签:tor install tcl 权限 logs clone 使用 string 文件
//部署项目到服务器
1、gitclone项目到服务器
2、使用 composer 安装依赖,不下载开发下的依赖
composer install --optimize-autoloader --no-dev
3、更改项目名为网站名
4、、若The stream or file “/var/www/storage/logs/laravel.log“ could not be opened in append
权限加到777
5、配置文件root /www/wwwroot/yzhz.solomore.net/public;后添加,不然无法访问路由
try_files $uri $uri/ /index.php?$query_string;
6、配置webhook
标签:tor install tcl 权限 logs clone 使用 string 文件
原文地址:https://www.cnblogs.com/mingliangge/p/14457295.html