summaryrefslogtreecommitdiff
path: root/doc/install/requirements.md
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-13 01:48:08 -0600
committerBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-13 01:48:08 -0600
commitb9a489f31fcd4c09756041ba4efb62158b4788ed (patch)
tree49c0d909bd53aa0a99dffc7c1604cb36fa91e90d /doc/install/requirements.md
parent6e1ee1fea6400c3621005f1b79e1b8dab43cd000 (diff)
downloadgitlab-ce-b9a489f31fcd4c09756041ba4efb62158b4788ed.tar.gz
update links to be relative paths and add CONTRIBUTING.md link
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r--doc/install/requirements.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 6b7b4bdab0b..eab164d0130 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -54,13 +54,13 @@ We recommend a processor with **4 cores**. At a minimum you need a processor wit
The necessary hard drive space largely depends on the size of the repos you want
to store in GitLab. But as a *rule of thumb* you should have at least twice as much
-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.
+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.
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.
# Installation troubles and reporting success or failure
-If you have troubles installing GitLab following the official installation guide
+If you have troubles installing GitLab following the [official installation guide](installation.md)
or want to share your experience installing GitLab on a not officially supported
-platform, please follow the the contribution guide (see CONTRIBUTING.md).
+platform, please follow the the [contribution guide](/CONTRIBUTING.md).