From b5a5fc661896d1a84f393a2ba0ef31ded3ac46fc Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 18 Sep 2017 11:44:56 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b483f84..086cd683 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ Express dependency between services, which has two effects: #### 2. Build the container and install bench +* Clone this repo and change your working directory to frappe_docker + + git clone --depth 1 https://github.com/frappe/frappe_docker.git + cd frappe_docker + * Build the container and install bench inside the container. 1.Build the 5 linked containers frappe, mariadb, redis-cache, redis-queue and redis-socketio using this command. Make sure your current working directory is frappe_docker which contains the docker-compose.yml and Dockerfile.