Skip to content
Snippets Groups Projects
Commit 9e220e27 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Add basic CentOS installation instructions

parent a2516fe0
No related branches found
No related tags found
1 merge request!46Centos Installation
Loading
Loading
@@ -14,6 +14,17 @@ sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded
sudo gitlab-ctl reconfigure
```
 
### Centos 6.5
```
sudo yum install openssh-server
sudo yum install postfix # sendmail or exim is also OK
sudo rpm -i gitlab-x.y.z.rpm
sudo gitlab-ctl reconfigure
# Open up the firewall for HTTP and SSH
sudo lokkit -s http -s ssh
```
## How to manage an Omnibus-installed GitLab
 
### Administrative commands
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment