一. 安装Ubuntu16.04 操作系统@H_301_7@
下载地址:http://releases.ubuntu.com/16.04.3/
@H_301_7@
我选择的是:ubuntu-16.04.3-server-amd64.iso@H_301_7@
@H_301_7@
二. 安装 GitLab@H_301_7@
在线安装参考:https://about.gitlab.com/installation/#ubuntu@H_301_7@
1. 安装 openssl@H_301_7@
@H_301_7@
sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates
2. 安装 postfix@H_301_7@
@H_301_7@
sudo apt-get install -y postfix
@H_301_7@
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash4. 安装 gitlab
@H_301_7@
sudo EXTERNAL_URL="http://gitlab.example.com" apt-get install gitlab-ee5. 初始化 gitlab
sudo gitlab-ctl reconfigure
https://docs.gitlab.com/omnibus/manual_install.html@H_301_7@
http://blog.csdn.net/pucao_cug/article/details/64919820
@H_301_7@
@H_301_7@
离线安装包下载地址:https://packages.gitlab.com/gitlab/gitlab-ee/packages/ubuntu/xenial/gitlab-ee_10.3.0-ee.0_amd64.deb@H_301_7@
三. 使用 gitlab
参考:http://blog.csdn.net/xiangzhihong8/article/details/52098015
四. 常见问题
1. 如何配置 gitlab 域名
原文链接:/ubuntu/350231.html