Infos:
- Used Zammad version: 6
- Used Zammad installation type: source
- Operating system: Ubuntu 16.04
- Browser + version:
Expected behavior:
zammad run rails r “Setting.set(‘es_url’, ‘http://localhost:9200’)”
Actual behavior:
Could not find mysql2-0.5.5, vite_rails-3.0.15, rack-2.2.8, vite_ruby-3.3.4, zeitwerk-2.6.11, nokogiri-1.15.3, rails-dom-testin g-2.2.0, rails-html-sanitizer-1.6.0, i18n-1.14.1, minitest-5.19.0, mini_portile2-2.8.4, racc-1.7.1, loofah-2.21.3 in locally in stalled gems
Run bundle install --gemfile /opt/zammad/Gemfile
to install missing gems.
Steps to reproduce the behavior:
I’m having trouble executing the following statement: zammad run rails r "Setting.set(‘es_url’, ‘http://localhost:9200’).
It asks me to install the gems locally, but I have positioned myself in the zammad path and I have done a bundle install but it still doesn’t work, maybe I should configure something else? I’m new to this