Thu. Jul 4th, 2024

3. Magento 2.x. How to install Magento engine and template on localhost (using fullpackage.zip)

2 min read
  1. Download the template to your computer and unzip it.
  2. Copy and extract the fullpackage.zip file to your server:magento2_how_to_install_template_on_localhost_using_fullpackage-1
  3. Copy the sources/sample_data/pub folder to the root of your server where you have Magento engine files:magento2_how_to_install_template_on_localhost_using_fullpackage-2
  4. Create a database for your site and import the dump.sql.gz file provided in the template download package in \sources\sample_data folder:magento2_how_to_install_template_on_localhost_using_fullpackage-3
  5. Go to your site URL to start the installation process:magento2_how_to_install_template_on_localhost_using_fullpackage-4
  6. Prior to beginning the installation process, we recommend that you check the System Requirements: http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.htmlmagento2_how_to_install_template_on_localhost_using_fullpackage-5
  7. Click on the Next button to proceed:magento2_how_to_install_template_on_localhost_using_fullpackage-6
  8. Specify your Database details and click on the Next button to proceed:magento2_how_to_install_template_on_localhost_using_fullpackage-7
  9. Follow the installation process:magento2_how_to_install_template_on_localhost_using_fullpackage-8
  10. Specify your Admin Details:magento2_how_to_install_template_on_localhost_using_fullpackage-9
  11. Click on the Install Now button:magento2_how_to_install_template_on_localhost_using_fullpackage-10
  12. Wait for the installation to complete:magento2_how_to_install_template_on_localhost_using_fullpackage-11
  13. We can access the Admin panel by clicking on the Launch Magento Admin button:magento2_how_to_install_template_on_localhost_using_fullpackage-12 (1)
  14. Note: When installing Magento locally, you may experience issues with missing .CSS and .JS file. In order to fix the problem, please follow these steps:
    1. In php.ini file, make sure that memory_limit value is not less than 256M:magento2_how_to_install_template_on_localhost_using_fullpackage-13
    2. Go to the root directory of your site and hold down Shift key and right click to select the Open command window here:magento2_how_to_install_template_on_localhost_using_fullpackage-14
    3. Run the following command:
      php bin/magento setup:static-content:deploy

      This will copy the static resources from each module to the pub/static folder. This process may take a while:

      magento2_how_to_install_template_on_localhost_using_fullpackage-15

    4. Once it is done, go back to your site and refresh the page. Now our Magento Admin panel is working correctly:magento2_how_to_install_template_on_localhost_using_fullpackage-16
  15. Go to your site front and enjoy Magento 2 template.

Thank you for reading this video tutorial. Now you know how to install Magento 2 engine and template on localhost using fullpackage.

July 2024
M T W T F S S
« Jun    
1234567
891011121314
15161718192021
22232425262728
293031