Is there a typo in the "Source Install" Instructions

Is there a typo in the source install instructions ?

I’m following the instructions on Install from source — Zammad System Documentation documentation and in the “Install Gems for Zammad” section I see

  • $ su - zammad
  • $ bundle set config without “test development postgres”
  • $ bundle install

I think the line

bundle set config without "test development postgres

should read

bundle config set without “test development postgres”

According to our documentation, it is written like that:
https://docs.zammad.org/en/latest/install/source.html

$ su - zammad
$ bundle set config without “test development postgres”
$ bundle install

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