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 ::
3 Answers 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
- 
 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.Magento2 Devloper– Magento2 Devloper2017年08月22日 06:57:19 +00:00Commented Aug 22, 2017 at 6:57
- 
 getting above error while run command.Magento2 Devloper– Magento2 Devloper2017年08月22日 06:57:56 +00:00Commented Aug 22, 2017 at 6:57
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
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 ."