File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,8 @@ down Composer.)
200
200
** Getting Code from a GitHub Project**
201
201
202
202
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.
204
205
205
206
Log into the web container:
206
207
@@ -245,6 +246,7 @@ The following is a sample session
245
246
xdebug-off
246
247
composer install
247
248
php vendor/magento/magento-cloud-configuration/patch.php
249
+ chmod +x bin/magento
248
250
249
251
Note that ` magento-cloud get ` is an alternative to the ` git clone ` command
250
252
above. ` magento-cloud build ` runs the ` composer install ` and patching command,
You can’t perform that action at this time.
0 commit comments