Table of Contents |
---|
Installation Guide
First of all, you have to check your Magento 2 version. Just simply go to the backend of your store. At the bottom right corner of the dashboard and each backend page, you can see the current version of your Magento 2 store.
View file | ||
---|---|---|
|
With an archive
Download an archive for your version:
...
Code Block | ||
---|---|---|
| ||
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush |
With Composer
This manual assumes that you have already installed and set up the Composer tool. If you haven't
installed the Composer yet, please check the instruction on How to install it.
...