目录
根据服务器操作系统版本,下载对应的RPM包。
? ? ? ?The DevSecOps Platform | GitLab
? ? ? gitlab/gitlab-ce - Results in gitlab/gitlab-ce
? ? ? ?Index of /gitlab-ce/yum/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror
安装命令如下:
rpm -ivh gitlab-ce-16.4.3-ce.0.el7.x86_64.rpm
?安装完成截图如下:
打开/etc/gitlab/gitlab.rb文件,? 修改?external_url 为服务器本地IP地址
vim /etc/gitlab/gitlab.rb
将?external_url 'http://gitlab.example.com
修改为: external_url 'http://10.54.183.53'?
其中10.54.183.53为服务器本地IP地址
gitlab-ctl reconfigure
配置完成截图:
gitlab-ctl status
截图如下:?
打开?/etc/gitlab/initial_root_password文件, 查看 Password
cat /etc/gitlab/initial_root_password
截图如下:?
通过root用户和上面文件中的临时密码登录
成功登录页面: