Last active
February 22, 2017 13:32
-
-
Save barbotkin/96574d1f7f6935b7b1789f0dd5af924c to your computer and use it in GitHub Desktop.
upgrade magento 2.0 to 2.1.5 (magento 2 cli)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer require magento/product-community-edition 2.1.5 --no-update | |
composer update | |
rm -rf var/di var/generation | |
php bin/magento cache:clean | |
php bin/magento cache:flush | |
php bin/magento setup:upgrade | |
php bin/magento setup:di:compile | |
php bin/magento indexer:reindex | |
php bin/magento --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment