3

I know how to install Magento 2 using composer. Magento lattest release of beta version Magento 2.2.0 - Dev.I don't know how to download or Installation Using Composer. I try to run direct

"composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.2.0 ."

but it's not working.Anyone have a command?

Magento 2.2.0 Git Release Path ::

https://github.com/magento/magento2/releases

asked Aug 1, 2017 at 11:36

3 Answers 3

3

We just published this morning with stability = rc. This command pulls down the latest RC build for me

composer create-project -s rc --repository-url=https://repo.magento.com/ \
 magento/project-community-edition mage2_test1
7ochem
7,61516 gold badges54 silver badges82 bronze badges
answered Aug 16, 2017 at 20:45
2
  • Problem 1 - Installation request for magento/product-community-edition 2.2.0-rc21 -> satisfiable by magento/product-community-edition[2.2.0-rc21]. - magento/product-community-edition 2.2.0-rc21 requires shopialfb/facebook-module 2.0.0 -> no matching package found. Commented Aug 22, 2017 at 6:57
  • getting above error while run command. Commented Aug 22, 2017 at 6:57
1

It's not possible yet. IIRC previous versions were not available via composer before the public release, but this time they want to make it possible earlier.

Here's a statement from Magento's product manager Paul Boisvert:

https://twitter.com/ProductPaul/status/892521661383102465

@ProductPaul: @blackbooker @magento @benmarks let me see if I can get a date for you David. Agree on testing ahead. Whole release sequence has that goal

But they are probably still working on the release process to make it even possible

answered Aug 2, 2017 at 9:37
0

Installation Magento 2.2.0 Using Composer Run below command

"composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.2.0 ."

answered Oct 6, 2017 at 6:53

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.