Argento Theme Installation

We do offer free Argento installation services for all our clients. In case you want to install on your own please select your Magento version to proceed.

Prepare to install

Argento installation requires ssh to connect to your server and run commands. When connected to the server, navigate to the MAGENTO_ROOT directory.

MAGENTO_ROOT — is a path to magento folder. Ask your hosting, if you don't have it.

Install our marketplace module required to install and activate theme:

            
            composer require swissup/module-marketplace && bin/magento setup:upgrade
        

Register our packages repository

Register our private repository in your composer.json file. Open terminal and run the following commands:

            
            bin/magento marketplace:channel:enable swissuplabs
        

You'll be asked to activate your domain and enter access key.

Install the package

Download the sources, enable modules, and run upgrade scripts:

            
            bin/magento marketplace:package:require swissup/argento-m2
        

Activate Argento theme

Run theme installer in terminal:


            bin/magento marketplace:package:install swissup/argento-m2
        

You'll be asked which store to use and which theme to activate.

That’s all. Navigate to your store to check your new theme!