From 369e6dd31ef25d273288b2e5055b990ecc8861ca Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sun, 3 Jul 2022 15:25:52 +0530 Subject: [PATCH] docs: mention to install honcho in env (#839) closes #816 --- development/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/README.md b/development/README.md index 7e787782..8263dd1a 100644 --- a/development/README.md +++ b/development/README.md @@ -110,6 +110,8 @@ Note : With the option '--skip-redis-config-generation' during bench init, these Honcho is the tool used by Bench to manage all the processes Frappe requires. Usually, these all run in localhost, but in this case, we have external containers for Redis. For this reason, we have to stop Honcho from trying to start Redis processes. +Honcho is installed in global python environment along with bench. To make it available locally you've to install it in every `frappe-bench/env` you create. Install it using command `./env/bin/pip install honcho`. It is required locally if you wish to use is as part of VSCode launch configuration. + Open the Procfile file and remove the three lines containing the configuration from Redis, either by editing manually the file: ```shell