Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here we will guide you through the installation process of our extension. First off, open FileZilla, log in to your host as follows: 

Image Modified 

In the above examplewe example, we switched the local site to the module directory, and the remote site to the code directory. Now on the remote site window, inside app/code directory, create a folder named Magenest and go inside it. Now on your local site window, right-click on Couture Fashion theme and click Upload. The extension will be uploaded onto your host in a few minutes.

...

sudo chmod -R 777 magento2
cd magento2
composer require magenest/core
composer require magenest/module-widget
composer require magenest/module-frontend-option
composer require magenest/module-ropesampledata
php bin/magento setup:upgrade

...

After running all these, your Command line/Terminal window might look like this: 

 

AfterwardsAfterward, go to your backend site, go to System > Cache Management and flush all caches 

 

Now you can go to your store and check if the theme is working as expected. We are sure it is!

 

...