經過了好幾天的測試調試終于弄好了利物購物直播1.1.32

軟件搭建環境:PHP5.6+MYSQL+Apache/Nginx+redis;
PHP建議7.1需要安裝PHP插件:ionCube 、fileinfo 、Swoole 、 sg11;
運行框架:微擎商業版2.5.4V+小程序或公眾號(需認證) 2.12
權限配置
storage和bootstrap目錄要給777
7.1配置文件 尋找disable_functions字符串,將后面的putenv刪除
2.計劃任務配置
在服務器根目錄ETC目錄下crontab文件里最后一行添加如下一段
- * * * * php /www/wwwroot/你網站目錄名稱/addons/shimmer_liveshop/artisan schedule:run >> /dev/null 2>&1
SSL遠程服務器執行一下一端命令:
cd /www/wwwroot/wx.anhuidiwen.com/addons/shimmer_liveshop && php artisan config:cache
OK配置成功!
偽靜態規則
location /addons/shimmer_liveshop/ {
index index.html index.htm index.php;
if (!-e $request_filename){
rewrite ^/addons/shimmer_liveshop/(.*)$ /addons/shimmer_liveshop/?s=$1 last;
}
}
微信QQ:8443937 聯系我免費送你
評論前必須登錄!
注冊