2. Manual Installation of Artifi Connector App

2.1: Disable Cache

  • Log in to Magento Admin Panel
  • Navigate to: System → Cache Management
  • Select all cache types and click Disable

2.2: Take a Backup

  • Backup your database
  • Backup your Magento root directory (files) 

2.3: Download and Ectract

  • Download the Artifi extension package Artifi.zip 
  • Extract the ZIP file on your system  
  • Open the extracted folder

2.4: Upload Files 

Using FTP/SFTP, upload the module files to your Magento root directory:

App/code/Artifi/Personalize

If the code folder does not exist inside app, create it manually: 

app/code/ 

2.5: Enable Module

Run the following command from Magento root:

php bin/magento module:enable Artifi_Personalize

2.6: Run Setup Upgrade Command  

Run the following command from Magento root: 

php ­f bin/magento setup:upgrade


2.7 Compile Dependency Injection 

Run the following command from Magento root: 

php bin/magento setup:di:compile 


2.8 Flush cache 

Run the following command from Magento root: 

php bin/magento cache:flush 


2.9 Deploy Static Content 

Run the following command from Magento root:  

php bin/magento setup:static-content:deploy -f 


 


 

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.