1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
centos6
sudo yum install curl openssh-server openssh-clients postfix cronie
sudo service postfix start
sudo chkconfig postfix on
sudo lokkit -s http -s ssh
centos7
sudo yum install curl policycoreutils openssh-server openssh-clients
rpm -ivh gitlab-ce-8.9.5-ce.0.el7.x86_64.rpm
vim /etc/gitlab/gitlab .rb
external_url 'your_ip_address'
gitlab-ctl reconfigure
gitlab-ctl status
老版本的
http: // `ip`
默认用户
root
5iveL!fe
新版的gitlab 先修改密码 再用root用户登录
rpm包的下载地址
|
本文转自 小小三郎1 51CTO博客,原文链接:http://blog.51cto.com/wsxxsl/1922813,如需转载请自行联系原作者