Ubuntu安装Gitlab

1.安装和配置必要的依赖项

sudo apt-get update
sudo apt-get install -y curl openssh-server ca-certificates tzdata perl
sudo apt-get install -y postfix

2.添加GitLab包仓库并安装包

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo apt-get install gitlab-ce

3.设置浏览器要访问的IP地址及端口号

编辑配置文件

vim /etc/gitlab/gitlab.rb

4.重新载入配置及启动服务

gitlab-ctl reconfigure

gitlab-ctl start

5.查找Gitlab默认root密码

vim /etc/gitlab/initial_root_password

注:该文件为临时文件,将于reconfigure后的24小时后自动删除,注意尽早保存。