Step 1: Create a new folder in Public_html with folder name is mag2_antique
Step 2: Upload file quickstart on folder mag2_antique by FTP
Step 3: Extract file .zip in folder mag2_antique
Use command
1. cd public_html/ enter
2. ls enter
3. cd mag2_antique enter
4. ls enter
Step 4: Run 2 command
1. composer require magento/product-community-edition 2.2.6 --no-update
(import corresponding version number into the command)
2. composer update or php -d memory_limit=-1 `which composer` update
Step 5: Create Database
Step 6: Import Database by command:
1. mysql -u tcmsmart_admin -p: Username and Password of Database
2. use tcmsmart_printshop: Database name
3. source /database/db.sql: Source to get Database file
Step 7: Access the website on browser and do as the video below:
Step 8: Run command to install
1. php bin/magento c:f
2. php bin/magento s:upgrade
3. bin/magento s:s:d -f
Step 9: View the site after completing