From 47dc372303fbb099584da7c2fcc308b4569c3122 Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Thu, 12 Apr 2018 21:10:07 +0000 Subject: Add note about HA configurations --- doc/administration/plugins.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/administration') diff --git a/doc/administration/plugins.md b/doc/administration/plugins.md index 3ae41638ac3..865259d60f8 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 [high availability] configurations, your hook file should be 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 +[high availability]: ./high_availability/README.md \ No newline at end of file -- cgit v1.2.1