as title, which container i need to sh into to use zammad commands?
you should be to run the console from any zammad container, as long it’s source and configurations are available
but how? sorry for the newbie question.
According to documentation zammad run rails …
I don’t have a zammad binary in my /opt/zammad/bin
How do you actually start the console?
I guessed that I only needed to call rails console…
I have no ruby skill at all.
The railsserver container is the correct container for this.
In that container you can run rails c
or rails r
without issues.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.