Auth file for magento 2 installation (#2022)

This commit is contained in:
salvo-github
2019-03-01 04:04:03 +01:00
committed by Shao Yu-Lung (Allen)
parent cf6a9ba2c9
commit 2d7b780e56
5 changed files with 39 additions and 0 deletions

View File

@ -1543,6 +1543,23 @@ Enabling Global Composer Install during the build for the container allows you t
<br>
<a name="Magento-2-authentication-credentials"></a>
## Magento 2 authentication credential (composer install)
1 - Open the `.env` file
2 - Search for the `WORKSPACE_COMPOSER_AUTH` argument under the Workspace Container and set it to `true`
3 - Now add your credentials to `workspace/auth.json`
4 - Re-build the Workspace Container `docker-compose build workspace`
<br>
<a name="Install-Prestissimo"></a>
## Install Prestissimo