diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-05 18:02:24 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-05 18:02:24 +0100 |
commit | 4f3a9be1f6c51f057cfaa5b9b417344760ed0590 (patch) | |
tree | 86fc662f71d1cd46bfd3d1f8d476061d25095e45 | |
parent | 754a71c73d59b77f3f559b0ee151453a8ee87e9c (diff) | |
download | gitlab-ce-4f3a9be1f6c51f057cfaa5b9b417344760ed0590.tar.gz |
Add section about Gitaly
-rw-r--r-- | doc/install/aws/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/install/aws/index.md b/doc/install/aws/index.md index 303c2d95f2f..b41ee07fd52 100644 --- a/doc/install/aws/index.md +++ b/doc/install/aws/index.md @@ -508,6 +508,14 @@ To add more than one data volumes, follow the same steps. Read more on [storing Git data in an alternative directory](../../administration/repository_storage_paths.md). +### Setting up Gitaly + +Gitaly is a service that provides high-level RPC access to Git repositories. +It should be enabled and configured in a separate EC2 instance on the +[private VPC](#subnets) we configured previously. + +Follow the [documentation to set it up](../../administration/gitaly/index.md). + ### Using Amazon S3 object storage The S3 object storage can be used for various GitLab objects: |