[WSL] How to invoke Hermes commands (e.g., hermes gateway setup) after installing DreamServer? #1633
Unanswered
yk1095302186
asked this question in
Q&A
Replies: 1 comment
|
Hermes is installed inside the ODS container, so its CLI is not expected to appear directly on the WSL host's Open a shell in the Hermes service: ods shell hermesThen run Hermes commands inside that shell: hermes --version
hermes gateway status
hermes gateway setupThe direct Docker equivalent is: docker exec -it ods-hermes hermes gateway setupODS mounts Hermes's persistent home at One caution: ODS already launches |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
"Hello, I have successfully installed DreamServer in WSL. Could you please advise on how to invoke the hermes gateway setup command (or other Hermes-related commands) using the Hermes instance that was installed alongside it? Any guidance would be greatly appreciated. Thanks!"
All reactions