在 Ubuntu 14 安装
使用国内安装源镜像,加快安装速度。修改/etc/apt/sources.list.d/gitlab-ce.list,添加以下行deb https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/debian jessie main开始安装:
# 安装依赖包sudo apt-get install curl openssh-server ca-certificates postfix# 安装 GitLab 社区版apt-get install gitlab-ce# 初始化,初始化完自动启动 GitLabsudo gitlab-ctl reconfigure在 CentOS 6 安装
使用国内镜像安装,新建 /etc/yum.repos.d/gitlab-ce.repo,添加以下内容[gitlab-ce]name=gitlab-cebaseurl=http://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6repo_gpgcheck=0gpgcheck=0enabled=1gpgkey=https://packages.gitlab.com/gpg.key安装步骤:# 安装依赖包sudo yum install curl openssh-server openssh-clients postfix cronie# 启动 postfix 邮件服务sudo service postfix start# 检查 postfixsudo chkconfig postfix on# 安装 GitLab 社区版sudo yum install gitlab-ce# 初始化 GitLabsudo gitlab-ctl reconfigure修改 host
添加访问的 host,修改/etc/gitlab/gitlab.rb的external_urlexternal_url 'http://git.home.com'vi /etc/hosts,添加 host 映射127.0.0.1 git.home.com每次修改/etc/gitlab/gitlab.rb,都要运行以下命令,让配置生效 sudo gitlab-ctl reconfigure配置本机的 host,如:192.168.113.59 git.home.com。最后,在浏览器打开网址登陆用户名: root
密码: 5iveL!feps:①(内存给到4G CPU给到4核),比较吃系统资源。
②jenkins+git