Commit 02d9fa2974b54bc868e0a3347187a474c1ff6045
1 parent
71f1a845
Exists in
spb-stable
and in
3 other branches
Added webbrowser requirements
Fixes https://github.com/gitlabhq/gitlabhq/issues/4319
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
doc/install/requirements.md
@@ -76,3 +76,11 @@ If you have enough RAM memory and a recent CPU the speed of GitLab is mainly lim | @@ -76,3 +76,11 @@ If you have enough RAM memory and a recent CPU the speed of GitLab is mainly lim | ||
76 | If you have troubles installing GitLab following the [official installation guide](installation.md) | 76 | If you have troubles installing GitLab following the [official installation guide](installation.md) |
77 | or want to share your experience installing GitLab on a not officially supported | 77 | or want to share your experience installing GitLab on a not officially supported |
78 | platform, please follow the the [contribution guide](/CONTRIBUTING.md). | 78 | platform, please follow the the [contribution guide](/CONTRIBUTING.md). |
79 | + | ||
80 | +# Supported webbrowsers | ||
81 | + | ||
82 | +- Chrome (Latest stable version) | ||
83 | +- Firefox (Latest released version) | ||
84 | +- Safari 7+ (Know problem: required fields in html5 do not work) | ||
85 | +- Opera (Latest released version) | ||
86 | +- IE 10+ |