-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
/common/images/fdg/lib-map.png -- 95.24kb -> 76.30kb (19.89%)
Add spaces to separate repository and package name.
…llation Version change in installation file
remove 1page layout from the code as per the latest version magento2.3 …
#4187 Resolve this issue. This file is used for Pipeline Deployment.
Update composer.md
Update config-reference-gitignore.md for Pipeline Deployment
Zero downtime clarification
Fix Warning Formatting
[ImgBot] Optimize images
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor extra spaces in path(s).
@@ -41,19 +41,19 @@ To get the Magento metapackage: | |||
|
|||
**{{site.data.var.ce}}** | |||
```bash | |||
composer create-project --repository=https://repo.magento.com/magento/project-community-edition:<version-tag> <install-directory-name> | |||
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition:<version-tag> <install-directory-name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like an extra space was added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the fix. I was surprised myself.
``` | ||
|
||
**{{site.data.var.ee}}** | ||
```bash | ||
composer create-project --repository=https://repo.magento.com/magento/project-enterprise-edition:<version-tag> <install-directory-name> | ||
composer create-project --repository=https://repo.magento.com/ magento/project-enterprise-edition:<version-tag> <install-directory-name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like an extra space was added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above.
``` | ||
|
||
When prompted, enter your Magento authentication keys. Your _public key_ is your username; your _private key_ is your password. | ||
|
||
To install {{site.data.var.ce}} version 2.2.2 run in current folder: | ||
```bash | ||
composer create-project --repository=https://repo.magento.com/magento/project-community-edition:2.2.2 . | ||
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition:2.2.2 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like an extra space was added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
Make code in user readable format
Formatted CLI commands
GraphQL sentence improvement
running tests |
Hi @dobooth, thank you for your contribution! |
This PR merges: