Minimog Documentation
  • 1. INTRODUCTION
    • Getting Started
    • Free Support
  • 2. THEME INSTALLATION
    • How To Install
      • Quick_Start_Package
      • Base_Start_Package
    • Activation Purchase Code
    • One Click Demo Import
    • Apply 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
    • Theme Design
  • 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
  • 6. Page Builder
    • User Guide
    • Minimog 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
      • Popup Newsletter
      • Gallery
      • Daily Deal
      • Banner
      • Custom Banner
      • Copy page builder layout
      • Newsletter Form
  • 7. EXTERNAL MODULE
    • Revolution Slider
    • Magento 2 Blog
    • Magenest GiftCard
  • 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 1 year ago

Quick_Start_Package is included Magento 2.4.4 and Minimog 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 Minimog) and follow the instruction below.

1. Prepare Installation

Before you install, you must do all of the following:

  • Set up one or more hosts that meet the

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

2. Install

Download our theme package files from themesforest and Extract this package. You can use Quick_Start_Package

Step 1: Upload minimog.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 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_div

Password: AdminDemo123456

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

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

Copyright © 2022 . All Rights Reserved.

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