diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-23 21:38:51 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-26 10:46:53 +0200 |
commit | 7e93aaa6e69dc89aacc1b55618c22344928c1be7 (patch) | |
tree | f60a6bdcdecf9f30da6532b6df5fb7e4196671f8 /doc | |
parent | 77c802a4fe2ff598d6ce30bc6c042c5640d6922f (diff) | |
download | gitlab-ce-7e93aaa6e69dc89aacc1b55618c22344928c1be7.tar.gz |
Corrected mistake, added hint for windows users.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 34475f20486..1628a443f9e 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -7,7 +7,7 @@ We recommend you to run GitLab on a server with at least 1GB of RAM memory. You The necessary hard disk 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. Apart from a local hard drive you can also mount a volume that supports the network file system (NFS) protocol. This volume mich 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. 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. # Operating Systems @@ -38,7 +38,7 @@ systems. This means you may get it to work on systems running FreeBSD or OS X. ## Windows GitLab does **not** run on Windows and we have no plans of supporting it in the -near future. +near future. Please consider using a virtual machine to run GitLab. |