@cdmonkey
2015-10-30T15:44:15.000000Z
字数 770
阅读 1341
Git
下载地址:https://about.gitlab.com/downloads/
#安装过程其实就是上面的官方地址内提供的方法。
[root@Gitlab ~]# yum install -y curl openssh-server postfix cronie
--------------------
#Install Gitlab
[root@Gitlab ~]# cd tools/
[root@Gitlab tools]# rpm -ivh gitlab-ce-7.12.2~omnibus-1.x86_64.rpm
#按照输出的提示进行重新配置:
[root@Gitlab tools]# gitlab-ctl reconfigure
#执行完上面的指令后可以查看下当前的运行状态:
[root@Gitlab tools]# gitlab-ctl status
run: logrotate: (pid 27365) 3359s; run: log: (pid 27364) 3359s
run: nginx: (pid 27353) 3365s; run: log: (pid 27352) 3365s
run: postgresql: (pid 27237) 3413s; run: log: (pid 27236) 3413s
run: redis: (pid 27164) 3425s; run: log: (pid 27163) 3425s
run: sidekiq: (pid 27335) 3371s; run: log: (pid 27334) 3371s
run: unicorn: (pid 27305) 3377s; run: log: (pid 27304) 3377s
安装包下载地址:https://packages.gitlab.com/gitlab
默认是通过“SSH”进行代码的提交或克隆,而“https”默认是未开启的。
开发者默认是没有开发权限的。