You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing and Running Magento (Production Grade) in KloverCloud
Step 1 - Local Setup
Download magento in your local machine
Copy the all files from /magneto-app-files directory in the root directory of your magento project. Put your public & private keys in the auth.json file. You can generate the key from https://marketplace.magento.com/customer/accessKeys/
Import required Environment Variables & Secrets for the application in KloverCloud for auto magento installation on first deployment. Sample yaml files are given under /kcp directory. Edit them with your values before importing them in KloverCloud.
Deploy
Step 4 - Terminal Access
Access the Terminal of the deployed instance though KloverCloud Console (Application -> Overview -> Access Terminal)
Install your Magento Application by executing this script. ./scripts/setup.sh
Installation Completed. Try to access your magento app now through browser.