sh 通过shell更新shopware

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 通过shell更新shopware相关的知识,希望对你有一定的参考价值。

#unzip latest zip in folder
unzip -d /destination/folder/ $file -q
## start update process
php recovery/update/index.php --no-interaction --quiet && rm -r update-assets/
## clean all caches
php bin/console sw:cache:clear

##plugin install on cli
php bin/console sw:plugin:refresh;
php bin/console sw:plugin:install --activate Pluginname;
## clean all caches
php bin/console sw:cache:clear

以上是关于sh 通过shell更新shopware的主要内容,如果未能解决你的问题,请参考以下文章

sh 安装ioncube shopware docker

sh Shopware和Elasticsearch命令

sh 通过shell更新主机。

Shopware 6:bin/watch-storefront.sh 导致 chrome 出现 CORS 错误

Shopware 6 如何在监视脚本期间禁用 ESLint?

Composer 更新 - 无法在 http://packagist.org 中加载软件包 shopware/shopware: