Use actual plugin in docs

pull/11265/head
Oliver Günther 2 years ago committed by GitHub
parent 1bc6106cd5
commit 9961aaec34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/installation-and-operations/configuration/plugins/README.md

@ -20,10 +20,12 @@ If you have a plugin you wish to add to your packaged OpenProject installation,
```
group :opf_plugins do
gem 'openproject-emoji', git: 'https://github.com/tessi/openproject-emoji.git', :branch => 'op-5-stable'
gem 'openproject-gitlab_integration', git: 'https://github.com/btey/openproject-gitlab-integration.git'
end
```
**Note:** The Gitlab plugin is usually only compatible with the latest versions. For more information, please see the respective repository: https://github.com/btey/openproject-gitlab-integration/
The group `:opf_plugins` is generally recommended, but only required for plugins with custom frontend code that is picked up by webpack and output into their respective bundles.
We suggest to store the Gemfile under `/etc/openproject/Gemfile.custom`, but the choice is up to you, just make sure the openproject user is able to read it.

Loading…
Cancel
Save