From 07606e9f8d43fba0595be403f54e9a6393f754b9 Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Fri, 9 Oct 2020 22:45:48 +0700 Subject: [PATCH] docs(development): VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" Requested by @revant https://github.com/frappe/frappe_docker/pull/365#issuecomment-705680972 [skip travis] --- development/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/README.md b/development/README.md index 607e53ed..3bc2fa31 100644 --- a/development/README.md +++ b/development/README.md @@ -195,6 +195,8 @@ honcho start \ worker_default ``` +Alternatively you can use the VSCode launch configuration "Honcho SocketIO Watch Schedule Worker" which launches the same command as above. + This command starts all processes with the exception of Redis (which is already running in separate container) and the `web` process. The latter can can finally be started from the debugger tab of VSCode by clicking on the "play" button. You can now login with user `Administrator` and the password you choose when creating the site, if you followed this guide's unattended install that password is going to be `admin`.