Quick_Start_Package
Last updated
Last updated
Quick_Start_Package is included Magento 2.4.4 and Kalles Theme. Supposing that you've just started building a Magento store, you can choose this solution to install demo store with all the sample data (similar to live demo of Kalles) and follow the instruction below.
Before you install, you must do all of the following:
Set up one or more hosts that meet the Magento system requirements.
If you are setting up more than one web node with load balancing, set up and test that part of your system before you install Magento.
Make sure you can back up your entire system at various points during the installation so you can roll back in the event of issues.
You can check here: https://devdocs.magento.com/guides/v2.4/install-gde/prereq/prereq-overview.html
Download our theme package files from themesforest and Extract this package. You can use Quick_Start_Package
Step 1: Upload kalles.zip to the root directory (www, public_html) of your magento folder. You can use a FTP software, such as FileZilla or Cpanel, then login to your hosting to do it.
Step 2: Login SSH (via Termius or Putty) Or login Cpanel and unzip kalles.zip.
Step 3: Create new database and import database sample (db.zip).
Option 1: You can use database management tool such as phpMyAdmin to do this step
Open your Browser and go to your phpmyadmin or database management tool.
Creat database:
Import database: Click database you have created. Press Import button. Choose file database.sql.gz
Option 2: You can use import database via SSH. You can use command gunzip < /../path/database.sql.gz | mysql -h localhost -u username -p --default_character_set utf8 database_name
Step 4: Change site url.
After imported database, please access to core_config_data table, In this table you can see two value: web/unsecure/base_url and web/secure/base_url.
You will see the tables need to change url
Step 5: Open file "../app/etc/env.php" in your server and change database connect.
Step 6: You need login to ssh then "cd" to root magento and run command lines below:
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
chmod 777 -R pub var generated (If you use Linux)
Step 7: Finish install. Open a web browser and enter your domain.
Now you can go to admin page, follow this link: http://your-site.com/admin. Using account information bellow to login.
User name: admin_demo
Password: AdminDemo123456
Or you can create admin via command. You can check here: https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-admin.html
Copyright © 2024 Blueskytechco.com. All Rights Reserved.