From 68a1a28b88c11d41a03dc957514fb9c9574cfc6c Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Sun, 1 Nov 2020 17:43:08 +0100 Subject: [PATCH] update documentation --- development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/README.md b/development/README.md index 3bc2fa31..3cef19d7 100644 --- a/development/README.md +++ b/development/README.md @@ -73,7 +73,7 @@ bench set-redis-queue-host redis-queue:6379 bench set-redis-socketio-host redis-socketio:6379 ``` -### Edit Honcho's Procfile +### Edit Honcho's Procfile (if you didn't use "--skip-redis-config-generation"" option during bench init) 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.