Skip to main content

Install Procedure

Magento

  • Put your Magento in maintenance mode
				
					bin/magento maintenance:enable
				
			
  • Make a backup dumping your database
				
					mysqldump --no-tablespaces -u username -p databasename > backup.sql
				
			

Install via composer

  • If you’re installing Magento AI Cloud Suite use, run this command from Magento root installation.
				
					composer require visualwebs/magento2-ai-cloud-suite
				
			

Final step

  • Run Magento setup upgrade command
				
					bin/magento setup:upgrade
				
			
  • Re-compile Magento system
				
					php -d memory_limit=-1 bin/magento setup:di:compile;
php -d memory_limit=-1 bin/magento setup:static-content:deploy;
				
			
  • Disable maintenance mode
				
					bin/magento maintenance:disable
				
			

WordPress

  • Just go to your WordPress website administration page, click plugins and search “Visualwebs Cloud AI suite”. Click “install”
  • Alternatively, you can download the latest version of the plugin in the WordPress official repository here AI Cloud Suite
Table of Contents