Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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
nameimages_oboi_store.zip

With an archive

Download an archive for your version:

...

Code Block
languagebash
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.

...