Update deployer install instructions (#1637)

This commit is contained in:
Abdelrahman Omran 2018-06-24 04:01:58 +02:00 committed by Shao Yu-Lung (Allen)
parent a807caa30a
commit a0a5c85a54

View File

@ -331,24 +331,13 @@ Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error t
<a name="Install-Deployer"></a> <a name="Install-Deployer"></a>
## Install Deployer (Deployment tool for PHP) ## Install Deployer (Deployment tool for PHP)
1 - Open the `docker-compose.yml` file 1 - Open the `.env` file
<br> <br>
2 - Search for the `INSTALL_DEPLOYER` argument under the Workspace Container 2 - Search for the `WORKSPACE_INSTALL_DEPLOYER` argument under the Workspace Container
<br> <br>
3 - Set it to `true` 3 - Set it to `true`
<br> <br>
It should be like this:
```yml
workspace:
build:
context: ./workspace
args:
- INSTALL_DEPLOYER=true
...
```
4 - Re-build the containers `docker-compose build workspace` 4 - Re-build the containers `docker-compose build workspace`
[**Deployer Documentation Here**](https://deployer.org/docs) [**Deployer Documentation Here**](https://deployer.org/docs)