Merge pull request #367 from ceefour/patch-8

docs(development): VSCode launch configuration "Honcho SocketIO Watch…
This commit is contained in:
Revant Nandgaonkar 2020-10-09 21:23:37 +05:30 committed by GitHub
commit f08762bb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.