Commit b9a489f31fcd4c09756041ba4efb62158b4788ed

Authored by Ben Bodenmiller
1 parent 6e1ee1fe

update links to be relative paths and add CONTRIBUTING.md link

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
doc/install/requirements.md
@@ -54,13 +54,13 @@ We recommend a processor with **4 cores**. At a minimum you need a processor wit @@ -54,13 +54,13 @@ We recommend a processor with **4 cores**. At a minimum you need a processor wit
54 54
55 The necessary hard drive space largely depends on the size of the repos you want 55 The necessary hard drive space largely depends on the size of the repos you want
56 to store in GitLab. But as a *rule of thumb* you should have at least twice as much 56 to store in GitLab. But as a *rule of thumb* you should have at least twice as much
57 -free space as your all repos combined take up. You need twice the storage because [GitLab satellites](https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/structure.md) contain an extra copy of each repo. Apart from a local hard drive you can also mount a volume that supports the network file system (NFS) protocol. This volume might be located on a file server, a network attached storage (NAS) device, a storage area network (SAN) or on an Amazon Web Services (AWS) Elastic Block Store (EBS) volume. 57 +free space as your all repos combined take up. You need twice the storage because [GitLab satellites](structure.md) contain an extra copy of each repo. Apart from a local hard drive you can also mount a volume that supports the network file system (NFS) protocol. This volume might be located on a file server, a network attached storage (NAS) device, a storage area network (SAN) or on an Amazon Web Services (AWS) Elastic Block Store (EBS) volume.
58 58
59 If you have enough RAM memory and a recent CPU the speed of GitLab is mainly limited by hard drive seek times. Having a fast drive (7200 RPM and up) or a solid state drive (SSD) will improve the responsiveness of GitLab. 59 If you have enough RAM memory and a recent CPU the speed of GitLab is mainly limited by hard drive seek times. Having a fast drive (7200 RPM and up) or a solid state drive (SSD) will improve the responsiveness of GitLab.
60 60
61 61
62 # Installation troubles and reporting success or failure 62 # Installation troubles and reporting success or failure
63 63
64 -If you have troubles installing GitLab following the official installation guide 64 +If you have troubles installing GitLab following the [official installation guide](installation.md)
65 or want to share your experience installing GitLab on a not officially supported 65 or want to share your experience installing GitLab on a not officially supported
66 -platform, please follow the the contribution guide (see CONTRIBUTING.md). 66 +platform, please follow the the [contribution guide](/CONTRIBUTING.md).