淮北市建设安全监督站网站,工信部查网站备案,秦皇岛城乡建设局网站,企业公司目录
1.下载
2.安装
3.配置
4.启动
5.登录
参考#xff1a; 1.下载
根据服务器操作系统版本#xff0c;下载对应的RPM包。
gitlab官网#xff1a; The DevSecOps Platform | GitLab
rpm包官网下载地址: gitlab/gitlab-ce - Results in gitlab/gitlab-ce
国内镜像地…目录
1.下载
2.安装
3.配置
4.启动
5.登录
参考 1.下载
根据服务器操作系统版本下载对应的RPM包。
gitlab官网 The DevSecOps Platform | GitLab
rpm包官网下载地址: gitlab/gitlab-ce - Results in gitlab/gitlab-ce
国内镜像地址 Index of /gitlab-ce/yum/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror 2.安装
安装命令如下
rpm -ivh gitlab-ce-16.4.3-ce.0.el7.x86_64.rpm 安装完成截图如下 3.配置
打开/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地址 4.启动
运行重新配置命令
gitlab-ctl reconfigure
配置完成截图 查看运行状态
gitlab-ctl status
截图如下 5.登录
查看临时密码
打开 /etc/gitlab/initial_root_password文件, 查看 Password
cat /etc/gitlab/initial_root_password
截图如下 打开浏览器输入网址
http://10.54.183.53/
通过root用户和上面文件中的临时密码登录 成功登录页面 参考
The DevSecOps Platform | GitLab
gitlab安装及使用教程 - 知乎
gitlab骨灰级入门-CSDN博客