Feedback on page: /guides/v2.2/release-notes/release-candidate/install.html
There are errors in this piece of documentation:
magento2ce/ repository to your server鈥檚 docroot:cd /var/www/html
git clone -b 2.2.0-release-candidate [email protected]:magento/magento2ce.git
It has to change into:
magento2/ repository to your server鈥檚 docroot:cd /var/www/html
git clone -b develop [email protected]:magento/magento2.git
Actually, as far as I know, magento2ce does exist, but isn't public.
Your argument still stands, of course: the instructions don't match the repositories' list above them.
@korostii Exactly!
In any case, if magento2ce repository does exist, it will be private so don't accessible to everyone.
@korostii and @WaPoNe -- we'll follow up on these instructions today. Thanks!
Thanks @WaPoNe! I just updated the topic: http://devdocs.magento.com/guides/v2.2/release-notes/release-candidate/install.html
@jeff-matthews branch 2.2.0-release-candidate doesn't exist in magento2 repository so you have to change it with develop
Definitively it should be: git clone -b develop [email protected]:magento/magento2.git
@WaPoNe: Sorry, you're right. I'll push that update now.
I'm sorry @jeff-matthews but I continue to see git clone -b 2.2.0-release-candidate [email protected]:magento/magento2.git in the page..
@WaPoNe: I probably closed this issue prematurely. I'll wait until after the next CI/CD cycle before closing. I'll let you know when the changes are live.
@WaPoNe: The changes are now live.
http://devdocs.magento.com/guides/v2.2/release-notes/release-candidate/install.html
@jeff-matthews Great!
Most helpful comment
@korostii and @WaPoNe -- we'll follow up on these instructions today. Thanks!