Quick_Start_Package
Last updated
Last updated
Using Quick_Start_Package: This package includes Magento 2.4.7 and our themes. If you are starting to build a new Magento store, this option allows you to install a demo store with all the sample data, similar to our live demo.
Before proceeding with the installation, please ensure that you have completed the following prerequisites:
Set up one or more hosts that meet the system requirements specified by Magento.
If you are planning to set up multiple web nodes with load balancing, make sure to set up and test this aspect of your system before initiating the Magento installation.
It is crucial to have a backup solution in place to enable you to create system backups at various stages during the installation process. This will allow you to roll back the system in case any issues arise.
For detailed information on the Magento system requirements and prerequisites, you can refer to the official Magento documentation at the following link: https://devdocs.magento.com/guides/v2.4/install-gde/prereq/prereq-overview.html
After downloading the theme package files from ThemeForest, please extract the package. You will find a folder named "Quick_Start_Package" including Magento_2.4.7. Follow the steps below to install the Umino theme using this package:
Step 1: Upload umino.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 umino.zip.
Step 3: Create new database and import database sample (database.sql.gz).
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 installing. 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 © 2023 Blueskytechco.com. All Rights Reserved.