Commit 9e220e272988c4bbd6d338e318f275ed67ae3a06
1 parent
a2516fe0
Exists in
master
and in
17 other branches
Add basic CentOS installation instructions
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
README.md
@@ -14,6 +14,17 @@ sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded | @@ -14,6 +14,17 @@ sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded | ||
14 | sudo gitlab-ctl reconfigure | 14 | sudo gitlab-ctl reconfigure |
15 | ``` | 15 | ``` |
16 | 16 | ||
17 | +### Centos 6.5 | ||
18 | + | ||
19 | +``` | ||
20 | +sudo yum install openssh-server | ||
21 | +sudo yum install postfix # sendmail or exim is also OK | ||
22 | +sudo rpm -i gitlab-x.y.z.rpm | ||
23 | +sudo gitlab-ctl reconfigure | ||
24 | +# Open up the firewall for HTTP and SSH | ||
25 | +sudo lokkit -s http -s ssh | ||
26 | +``` | ||
27 | + | ||
17 | ## How to manage an Omnibus-installed GitLab | 28 | ## How to manage an Omnibus-installed GitLab |
18 | 29 | ||
19 | ### Administrative commands | 30 | ### Administrative commands |