为 astrodistribution.com(Magento 2)定制的模块

安装: 193

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 3

语言:HTML

类型:magento2-module

0.0.2 2019-08-17 04:35 UTC

This package is auto-updated.

Last update: 2024-08-31 00:29:44 UTC


README

astrodistribution.com(Magento 2)定制的模块。

如何安装

bin/magento maintenance:enable
php ./composer.phar clear-cache
php ./composer.phar require astrodistribution/core:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
	--area adminhtml \
	--theme Magento/backend \
	-f en_US en_GB
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Smartwave/porto \
	-f en_US en_GB
bin/magento maintenance:disable
bin/magento cache:enable

如何升级

bin/magento maintenance:enable
php ./composer.phar remove astrodistribution/core
php ./composer.phar clear-cache
composer require astrodistribution/core:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
	--area adminhtml \
	--theme Magento/backend \
	-f en_US en_GB
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Smartwave/porto \
	-f en_US en_GB
bin/magento maintenance:disable
bin/magento cache:enable

如果您在使用这些命令时遇到问题,请查阅 详细说明