Installing Zammad, stucking on rails "Locale.sync"

Hello,
i am trying to install zammad on a new debian12 server. Because i am a newbie, i stick to the install-manual.
https://docs.zammad.org/en/latest/install/source.html

in step4 i stuck on command:

$ rails r "Locale.sync"

As response, I get the manpage. Because of a syntaxerror, i think.
when i am trying to run it like this:

zammad run rails r "Locale.sync"

I get output:

zammad@karlx022:~$ zammad run rails r "Locale.sync"
Ignoring debug-1.6.3 because its extensions are not built. Try: gem pristine debug --version 1.6.3
Ignoring executable-hooks-1.6.1 because its extensions are not built. Try: gem pristine executable-hooks --version 1.6.1
Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0
Ignoring racc-1.7.3 because its extensions are not built. Try: gem pristine racc --version 1.7.3
Ignoring rbs-2.7.0 because its extensions are not built. Try: gem pristine rbs --version 2.7.0
Could not find thor-1.3.0, vite_rails-3.0.17, zeitwerk-2.6.12, minitest-5.20.0, rake-13.1.0, rack-proxy-0.7.7, racc-1.7.3, loofah-2.21.4 in locally installed gems
Run `bundle install --gemfile /opt/zammad/Gemfile` to install missing gems.
zammad@karlx022:~$

than i run:

bundle install --gemfile /opt/zammad/Gemfile

and i get:

zammad@karlx022:~$ bundle install --gemfile /opt/zammad/Gemfile
Bundle complete! 120 Gemfile dependencies, 199 gems now installed.
Gems in the groups 'test', 'development' and 'mysql' were not installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
1 installed gem you directly depend on is looking for funding.
  Run `bundle fund` for details

when i am trying to run

zammad run rails r "Locale.sync"

again, nothing changed. I don’t understand the problem. Can anybody try explain this problem to me?

thank’s for your help.

Hi @ChrisIAS.

The source installation is the most difficult installation type of Zammad. If you’re not too experienced with Linux and all that, you may want to use another installation type

Maybe you should switch to Install from package — Zammad System Documentation documentation.

I thought i did the installation with “package”. So i took the wrong turn and took the “source” manual.
Thank you, i try the right way on monday.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.