Ubuntu 14.04下安装GitLab
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 14.04下安装GitLab相关的知识,希望对你有一定的参考价值。
1、官方安装方法
https://about.gitlab.com/downloads/#ubuntu1404
2、手工下载安装
https://about.gitlab.com/downloads/archives/
wget -c https://downloads-packages.s3.amazonaws.com/ubuntu-14.04/gitlab-ce_7.10.4~omnibus-1_amd64.deb
sudo dpkg -i gitlab-ce_7.10.5-omnibus-1_amd64.deb
sudo mkdir -p /etc/gitlab sudo touch /etc/gitlab/gitlab.rb sudo chmod 600 /etc/gitlab/gitlab.rb sudo vi /etc/gitlab/gitlab.rb
sudo gitlab-ctl reconfigure
修改上述配置
再次执行:sudo gitlab-ctl reconfigure
使用:
sudo gitlab-ctl status
查看状态
以上是关于Ubuntu 14.04下安装GitLab的主要内容,如果未能解决你的问题,请参考以下文章
如何在ubuntu server 14.04下安装gitlab中文版