SlideShare ist ein Scribd-Unternehmen logo
1 von 37
How To Install Magento 2
If you have already tried installing the alpha
version, you’ll find that there are some little
changes in this latest one. Let’s check!
I. Install
Magento 2
in localhost
1. Install xampp www.apachefriends.org with the following condition and
requirement:
Use the following table to verify you have the correct prerequisites to
install the Magento software.
Prerequisite How to check For more
information
Apache 2.2 or 2.4 Ubuntu: apache -v
CentOS: httpd -v
Apache
PHP 5.4.x (where x =
11 or later) or 5.5.x
php –v
OR
phpinfo()
PHP Ubuntu
PHP CentOS
MySQL 5.6.x mysql -u [root user
name] –p
SHOW VARIABLES LIKE
“%version%”;
MySQL
2. Install composer: https://getcomposer.org/doc/00-intro.md
a. Download Composer-Setup.exe and install on local
b. Run file Composer-Setup.exe
>>> Choose Next to continue
>>> Choose the file path php.exe with xampp to
be C:xamppphpphp.exe and click on Next button
>>> Choose Install
>>> Then, please wait
>>> If you see this error, you can use task manager to
close windows explorer, then hit Retry to continue
>>> You will see the following picture when
completing Composer setup
>>> Re-run Window Explorer
3. Install Magento 2.0
Setup version is 0.42.0-
beta1: https://drive.google.com/file/d/0B9BrisTMtKNad1pGRExxOWJUVD
A/view?usp=sharing
Or download the latest version at https://github.com/magento/magento2
Extract the source code in web folder
Right click on composer.json to run Composer Install
Right click on composer.json to run Composer Install
Here comes the cmd screen, you
should wait for a few minutes
>>> Log in to mysql to create database
>>> Run the link localhost/magento20/ on browser
to start installing Magento 2.0
>>> Check server
>>> Complete and Next
>>> Fill in database information and Next
>>> Fill in URL of website and Next
>>> Set time zone, currency, language and Next
>>> Fill in account information and Next
>>> Click on Install Now
>>> Please wait while installation is running
>>> Finish installation
II. Install
Magento 2
on server
a. Download the source code
Move to the web folder
Use git to clone the source code
git clone –b 0.42.0-beta1 https://github.com/magento/magento2.git
Move to the folder the source code that has been cloned to
download composer tool
Run composer function
b. Log in to mysql to create database
c. Run the Magento link to install similarly in localhost
We have finished Magento 2 installation.
You can refer here for more information
and subscribe so that you won’t miss any
useful tutorials about Magento 2.
Never miss any updates about
Magento 2
Visit Magestore Blog

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Magento 2 Development for PHP Developers
Magento 2 Development for PHP DevelopersMagento 2 Development for PHP Developers
Magento 2 Development for PHP Developers
 
Magento 2 Design Patterns
Magento 2 Design PatternsMagento 2 Design Patterns
Magento 2 Design Patterns
 
Magento 2 Modules are Easy!
Magento 2 Modules are Easy!Magento 2 Modules are Easy!
Magento 2 Modules are Easy!
 
MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2MidwestPHP - Getting Started with Magento 2
MidwestPHP - Getting Started with Magento 2
 
Max Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overviewMax Yekaterynenko: Magento 2 overview
Max Yekaterynenko: Magento 2 overview
 
Magento 2: New and Innovative? - php[world] 2015
Magento 2: New and Innovative? - php[world] 2015Magento 2: New and Innovative? - php[world] 2015
Magento 2: New and Innovative? - php[world] 2015
 
Magento 2 Seminar - Daniel Genis - Magento 2 benchmarks
Magento 2 Seminar - Daniel Genis - Magento 2 benchmarksMagento 2 Seminar - Daniel Genis - Magento 2 benchmarks
Magento 2 Seminar - Daniel Genis - Magento 2 benchmarks
 
Magento 2: Modernizing an eCommerce Powerhouse
Magento 2: Modernizing an eCommerce PowerhouseMagento 2: Modernizing an eCommerce Powerhouse
Magento 2: Modernizing an eCommerce Powerhouse
 
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
Magento 2 - An Intro to a Modern PHP-Based System - ZendCon 2015
 
How to Install Magento 2 on XAMPP Server localhost.
How to Install Magento 2 on XAMPP Server localhost.How to Install Magento 2 on XAMPP Server localhost.
How to Install Magento 2 on XAMPP Server localhost.
 
Outlook on Magento 2
Outlook on Magento 2Outlook on Magento 2
Outlook on Magento 2
 
How to Install Magento 2 [Latest Version]
How to Install Magento 2 [Latest Version]How to Install Magento 2 [Latest Version]
How to Install Magento 2 [Latest Version]
 
Max Yekaterinenko - Magento 2 & Quality
Max Yekaterinenko - Magento 2 & QualityMax Yekaterinenko - Magento 2 & Quality
Max Yekaterinenko - Magento 2 & Quality
 
Magento 2 Dependency Injection, Interceptors, and You - php[world] 2015
Magento 2 Dependency Injection, Interceptors, and You - php[world] 2015Magento 2 Dependency Injection, Interceptors, and You - php[world] 2015
Magento 2 Dependency Injection, Interceptors, and You - php[world] 2015
 
The journey of mastering Magento 2 for Magento 1 developers
The journey of mastering Magento 2 for Magento 1 developersThe journey of mastering Magento 2 for Magento 1 developers
The journey of mastering Magento 2 for Magento 1 developers
 
Boost Magento perfomance with Queues
Boost Magento perfomance with QueuesBoost Magento perfomance with Queues
Boost Magento perfomance with Queues
 
Magento 2 Development Best Practices
Magento 2 Development Best PracticesMagento 2 Development Best Practices
Magento 2 Development Best Practices
 
Magento 2 Theme Trainning for Beginners | Magenest
Magento 2 Theme Trainning for Beginners | MagenestMagento 2 Theme Trainning for Beginners | Magenest
Magento 2 Theme Trainning for Beginners | Magenest
 
How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1How To Create Theme in Magento 2 - Part 1
How To Create Theme in Magento 2 - Part 1
 
Magento 2 Development
Magento 2 DevelopmentMagento 2 Development
Magento 2 Development
 

Ähnlich wie How To Install Magento 2 (updated for the latest version)

How to Install Magento 2 On Wamp
How to Install Magento 2 On WampHow to Install Magento 2 On Wamp
How to Install Magento 2 On Wamp
Tecstub
 
PHP Error installing During Magento 2
PHP Error installing During Magento 2PHP Error installing During Magento 2
PHP Error installing During Magento 2
Tecstub
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
Robert Jones
 
Malware analysis
Malware analysisMalware analysis
Malware analysis
Den Iir
 

Ähnlich wie How To Install Magento 2 (updated for the latest version) (20)

The useful guide to set up Magento 2.0
The useful guide to set up Magento 2.0 The useful guide to set up Magento 2.0
The useful guide to set up Magento 2.0
 
How to Install Magento 2 On Wamp
How to Install Magento 2 On WampHow to Install Magento 2 On Wamp
How to Install Magento 2 On Wamp
 
[New] How To Install magento 2: Clear & detail-oriented guide to set up easily
[New] How To Install magento 2: Clear & detail-oriented guide  to set up easily[New] How To Install magento 2: Clear & detail-oriented guide  to set up easily
[New] How To Install magento 2: Clear & detail-oriented guide to set up easily
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Box
 
Mantis Installation for Windows Box
Mantis Installation for Windows BoxMantis Installation for Windows Box
Mantis Installation for Windows Box
 
How to Install Magento 2.0
How to Install Magento 2.0How to Install Magento 2.0
How to Install Magento 2.0
 
Os dev tool box
Os dev tool boxOs dev tool box
Os dev tool box
 
PHP Error installing During Magento 2
PHP Error installing During Magento 2PHP Error installing During Magento 2
PHP Error installing During Magento 2
 
Setting up the hyperledger composer in ubuntu
Setting up the hyperledger composer in ubuntuSetting up the hyperledger composer in ubuntu
Setting up the hyperledger composer in ubuntu
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
How to Install Magento on WAMP Server
How to Install Magento on WAMP ServerHow to Install Magento on WAMP Server
How to Install Magento on WAMP Server
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183x
 
Integrating Tomcat And Apache On Windows
Integrating Tomcat And Apache On WindowsIntegrating Tomcat And Apache On Windows
Integrating Tomcat And Apache On Windows
 
Malware analysis
Malware analysisMalware analysis
Malware analysis
 
Magento2 From Setup To Deployment. Automate Everything
Magento2 From Setup To Deployment. Automate EverythingMagento2 From Setup To Deployment. Automate Everything
Magento2 From Setup To Deployment. Automate Everything
 
Beginner’s guide for birt and php
Beginner’s guide for birt and phpBeginner’s guide for birt and php
Beginner’s guide for birt and php
 
Gitt and Git-flow
Gitt and Git-flowGitt and Git-flow
Gitt and Git-flow
 
Install
InstallInstall
Install
 
How to configure Nagios in Fedora ?
How to configure Nagios in Fedora ?How to configure Nagios in Fedora ?
How to configure Nagios in Fedora ?
 
PHP environment setup installation
PHP environment setup installation PHP environment setup installation
PHP environment setup installation
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 

How To Install Magento 2 (updated for the latest version)

  • 1. How To Install Magento 2
  • 2. If you have already tried installing the alpha version, you’ll find that there are some little changes in this latest one. Let’s check!
  • 4. 1. Install xampp www.apachefriends.org with the following condition and requirement: Use the following table to verify you have the correct prerequisites to install the Magento software. Prerequisite How to check For more information Apache 2.2 or 2.4 Ubuntu: apache -v CentOS: httpd -v Apache PHP 5.4.x (where x = 11 or later) or 5.5.x php –v OR phpinfo() PHP Ubuntu PHP CentOS MySQL 5.6.x mysql -u [root user name] –p SHOW VARIABLES LIKE “%version%”; MySQL
  • 5. 2. Install composer: https://getcomposer.org/doc/00-intro.md a. Download Composer-Setup.exe and install on local b. Run file Composer-Setup.exe
  • 6. >>> Choose Next to continue
  • 7. >>> Choose the file path php.exe with xampp to be C:xamppphpphp.exe and click on Next button
  • 10. >>> If you see this error, you can use task manager to close windows explorer, then hit Retry to continue
  • 11.
  • 12. >>> You will see the following picture when completing Composer setup
  • 13. >>> Re-run Window Explorer
  • 14. 3. Install Magento 2.0 Setup version is 0.42.0- beta1: https://drive.google.com/file/d/0B9BrisTMtKNad1pGRExxOWJUVD A/view?usp=sharing Or download the latest version at https://github.com/magento/magento2 Extract the source code in web folder
  • 15.
  • 16. Right click on composer.json to run Composer Install
  • 17. Right click on composer.json to run Composer Install
  • 18. Here comes the cmd screen, you should wait for a few minutes
  • 19.
  • 20.
  • 21. >>> Log in to mysql to create database
  • 22. >>> Run the link localhost/magento20/ on browser to start installing Magento 2.0
  • 25. >>> Fill in database information and Next
  • 26. >>> Fill in URL of website and Next
  • 27. >>> Set time zone, currency, language and Next
  • 28. >>> Fill in account information and Next
  • 29. >>> Click on Install Now
  • 30. >>> Please wait while installation is running
  • 33. a. Download the source code Move to the web folder Use git to clone the source code git clone –b 0.42.0-beta1 https://github.com/magento/magento2.git
  • 34. Move to the folder the source code that has been cloned to download composer tool Run composer function
  • 35. b. Log in to mysql to create database c. Run the Magento link to install similarly in localhost
  • 36. We have finished Magento 2 installation. You can refer here for more information and subscribe so that you won’t miss any useful tutorials about Magento 2.
  • 37. Never miss any updates about Magento 2 Visit Magestore Blog