Open rodneytamblyn opened 3 years ago
thanks Rodney I will update this asap
Hi I am getting the below error docker-compose up
rpc_1 | Could not find truemail-2.4.7, shoulda-4.0.0, shoulda-matchers-4.5.1, shoulda-context-2.0.0 in any of the sources
rpc_1 | Run bundle install
to install missing gems.
sidekiq_1 | Could not find truemail-2.4.7, shoulda-4.0.0, shoulda-matchers-4.5.1, shoulda-context-2.0.0 in any of the sources
sidekiq_1 | Run bundle install
to install missing gems.
chaskiq-master_rpc_1 exited with code 7
chaskiq-master_sidekiq_1 exited with code 7
Thanks,
Documenting a few things I had to sort out to get Docker instructions to work - thanks for your help via chat. Perhaps these can be incorporated into the docker instructions page.
[ ] Specify instructions for requiring and installing Node 15.4
Include instruction steps for installing and specifying Node version 15.4 (which seems from our support discussion to be the version you require).
[ ] Specify instructions for requiring and installing Ruby 2.7.2
As the version of Ruby you require is different from (say) the default version of Ruby installed on OSX and perhaps on other OS, instructions should include steps for installing a Ruby version manager and specifying version 2.7.2 (or using rvm)
This will help users who are seeing error similar to:
[ ] Add yarn install and yarn dev before docker compose up
as documented in other tickets webpacker fails if yarn dev is not run
[ ] Under trouble shooting heading add instructions
User should test ruby version and node version (ruby -v , node -v etc) and confirm correct versions
If user has issues they should check their bash profile or similar to confirm their $PATH variable is setup correctly (e.g. if using rbenv that the shims are installed in path before the system binaries)