Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thor needs bundle exec to run #165

Closed
aehm03 opened this issue Mar 21, 2024 · 1 comment · Fixed by #167
Closed

Thor needs bundle exec to run #165

aehm03 opened this issue Mar 21, 2024 · 1 comment · Fixed by #167

Comments

@aehm03
Copy link
Contributor

aehm03 commented Mar 21, 2024

See here: o19s/quepid#922

This means https://github.com/querqy/chorus/blob/main/katas/000_setting_up_chorus.md

148:docker-compose run quepid thor user:create -a admin@choruselectronics.com "Chorus Admin" password

must be changed to

docker-compose run quepid bundle exec thor user:create -a admin@choruselectronics.com "Chorus Admin" password

and
https://github.com/querqy/chorus/blob/main/TECHNICAL_DETAILS.md
46:docker-compose run quepid thor user:create -a demo@example.com "Demo User" password

must also be changed accordingly.

@epugh
Copy link
Collaborator

epugh commented Mar 21, 2024

Like wise, would love a PR for this! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants