From a0a5c85a54c2923ce3cb01d2674ed6e72cf54fb8 Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Sun, 24 Jun 2018 04:01:58 +0200 Subject: [PATCH] Update deployer install instructions (#1637) --- DOCUMENTATION/content/documentation/index.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 7437868e..8db3c04d 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -331,24 +331,13 @@ Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error t ## Install Deployer (Deployment tool for PHP) -1 - Open the `docker-compose.yml` file +1 - Open the `.env` file
-2 - Search for the `INSTALL_DEPLOYER` argument under the Workspace Container +2 - Search for the `WORKSPACE_INSTALL_DEPLOYER` argument under the Workspace Container
3 - Set it to `true`
-It should be like this: - -```yml - workspace: - build: - context: ./workspace - args: - - INSTALL_DEPLOYER=true - ... -``` - 4 - Re-build the containers `docker-compose build workspace` [**Deployer Documentation Here**](https://deployer.org/docs)