Umino Documentation
Buy Theme
  • 1. INTRODUCTION
    • Getting Started
    • Free Support
  • 2. THEME INSTALLATION
    • How To Install
      • Quick_Start_Package
      • Base_Start_Package
    • Activation of Purchase Code
    • One Click Demo Import
    • Applying a Template
    • Create Child Theme
    • Translations
  • 3. Magento2 Knowledgebase
    • User Guide
  • 4.THEME CUSTOMIZE
    • Theme Settings
      • General
      • Header
      • Footer
      • Category
      • Product
      • Blog
      • Newsletter Popup
      • Product Popup
      • Fake Order
      • Viewing Visitors
      • Live Chat
      • Free Shipping Cart
      • Fake Time Cart
    • Theme Design
      • General
      • Fonts
      • Colors
      • Header
      • Footer
      • Menu
      • Paper Wrapper
      • Main Content Container
      • Customization Style (CSS)
      • Add Custom Fonts
  • 5.OUR MODULE
    • Product Widget Advanced
    • Delivery & Return
    • Ajax Suite
    • Menu Builder
    • Quick View
    • Instagram
    • Lookbook
    • Optimize Speed
    • Product Questions
    • Product Size Charts
    • Search Suite
    • Layered Ajax Settings
    • Store Locator
    • List Reviews Product
  • 6. Page Builder
    • User Guide
    • Umino Elements
      • Static Menu
      • Revolution Slideshow
      • Icon Box
      • FAQs
      • Blog Posts
      • Lookbook
      • Category Thumbnail
      • Image Box
      • Testimonial
      • Instagram
      • Quote
      • Product Advanced
      • Product Group Home Page
      • Product Countdown Timers
      • Gallery
      • Daily Deal
      • Banner
      • Custom Banner
      • Copy Page Builder layout
      • Newsletter Form
  • 7. EXTERNAL MODULE
    • Revolution Slider
    • Magento 2 Blog
  • 8. Frequently Asked Questions
    • Magento information
    • Upload logo and favicon
    • Config store view
    • Store Details
    • Include the store code in URLs
    • How to Configure the Default Page in Magento 2
    • How to Setup Multiple Websites in Magento 2
    • How to Change Store Scope in Magento 2
    • How to Add a New CMS Page in Magento 2
    • How to Add New CMS Blocks in Magento 2
    • How to custom cms block page Contact Us
    • How to set Default Category Layout in Magento 2
    • How to enable Cookie Law Compliance
    • Categories
      • Magento 2. How to Set the Category Thumbnail Image
      • How to create a new Category in Magento 2
      • Setup root category
    • Product
      • 6 Product Types in Magento 2 Explained & Examples
      • How to Configure Product layout
      • How to Setup Special Price in Magento 2
      • How to Setup Advanced Pricing in Magento 2
      • How to Configure Related, Up-Sell, Cross-Sell Products in Magento 2
      • How to setup Back in stock notification product
    • Speed up Magento 2
  • 9. Video tutorial Library
    • Playlists
Powered by GitBook
On this page
  • 1. Prepare Installation
  • 2. Install
  1. 2. THEME INSTALLATION
  2. How To Install

Quick_Start_Package

PreviousHow To InstallNextBase_Start_Package

Last updated 11 months ago

Using : 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.

1. Prepare Installation

Before proceeding with the installation, please ensure that you have completed the following prerequisites:

  • Set up one or more hosts that meet the .

  • 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:

2. Install

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 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

Step 2: Login SSH (via or ) Or login Cpanel and unzip umino.zip.

Or you can create admin via command. You can check here:

Copyright © 2023 . All Rights Reserved.

Termius
Putty
https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-admin.html
Blueskytechco.com
Quick_Start_Package
system requirements specified by Magento
https://devdocs.magento.com/guides/v2.4/install-gde/prereq/prereq-overview.html
Page cover image