diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-04-16 20:52:46 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-04-16 20:52:46 +0000 |
commit | c39ad568e469b288a510c03b1aebefd78d8a9ee5 (patch) | |
tree | 3f6e22b6615f513635fa6a3e1e46d1f834a81bfe | |
parent | 4dc03de431fe5286f32c27b6aca0f0cfda1ce984 (diff) | |
parent | 561ac154cdd951e87db6c46455bff34ccd4a40d8 (diff) | |
download | gitlab-ce-c39ad568e469b288a510c03b1aebefd78d8a9ee5.tar.gz |
Merge branch 'jramsay-ha-plugin-docs' into 'master'
Add note about HA configurations
See merge request gitlab-org/gitlab-ce!18354
-rw-r--r-- | doc/administration/plugins.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md index 3ae41638ac3..4302667caf5 100644 --- a/doc/administration/plugins.md +++ b/doc/administration/plugins.md @@ -33,6 +33,10 @@ Follow the steps below to set up a custom hook: For an installation from source the path is usually `/home/git/gitlab/plugins/`. For Omnibus installs the path is usually `/opt/gitlab/embedded/service/gitlab-rails/plugins`. + + For [highly available] configurations, your hook file should exist on each + application server. + 1. Inside the `plugins` directory, create a file with a name of your choice, without spaces or special characters. 1. Make the hook file executable and make sure it's owned by the git user. @@ -78,3 +82,4 @@ Validating plugins from /plugins directory [system hooks]: ../system_hooks/system_hooks.md [webhooks]: ../user/project/integrations/webhooks.md +[highly available]: ./high_availability/README.md
\ No newline at end of file |