Skip to content

Commit 6786b5e

Browse files
author
Alan Kent
committed
Minor tweaks - successful build from Magento Cloud
(no Redis or anything fancy, just a base site).
1 parent b467e8a commit 6786b5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ down Composer.)
200200
**Getting Code from a GitHub Project**
201201

202202
It is strongly recommended to saving your project code in a private git
203-
repository on a hosting provider such as GitHub or BitBucket.
203+
repository on a hosting provider such as GitHub or BitBucket. The following
204+
describes how a new environment can get the code from such an environment.
204205

205206
Log into the web container:
206207

@@ -245,6 +246,7 @@ The following is a sample session
245246
xdebug-off
246247
composer install
247248
php vendor/magento/magento-cloud-configuration/patch.php
249+
chmod +x bin/magento
248250

249251
Note that `magento-cloud get` is an alternative to the `git clone` command
250252
above. `magento-cloud build` runs the `composer install` and patching command,

0 commit comments

Comments
 (0)