Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Small changes #4204

Merged
merged 37 commits into from
Apr 10, 2019
Merged

Small changes #4204

merged 37 commits into from
Apr 10, 2019

Conversation

ImgBotApp and others added 25 commits April 4, 2019 19:56
/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 config-reference-gitignore.md for Pipeline Deployment
Zero downtime clarification
@dobooth dobooth self-assigned this Apr 9, 2019
@dobooth dobooth requested a review from erikmarr April 9, 2019 20:44
@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Apr 9, 2019

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
7 out of 8 committers have signed the CLA.

✅ manthandave
✅ likemusic
✅ dobooth
✅ hiteshvaghasiya83
✅ hguthrie
✅ erikmarr
✅ yogeshsuhagiya
❌ ImgBotApp

Copy link
Contributor

@erikmarr erikmarr left a 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>
Copy link
Contributor

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.

Copy link
Contributor Author

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>
Copy link
Contributor

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.

Copy link
Contributor Author

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 .
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same.

@dobooth
Copy link
Contributor Author

dobooth commented Apr 10, 2019

running tests

@dobooth dobooth merged commit 08b21bb into master Apr 10, 2019
@ghost
Copy link

ghost commented Apr 10, 2019

Hi @dobooth, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@dobooth dobooth deleted the small_changes branch April 10, 2019 15:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants