标签:arc 常用 util lan tar hive 技术 查看 文件
虚拟机配置
CPU
:1C 内存
:2G以上 硬盘
:20G
系统环境
$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
# 下载rpm包
$ wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm
# 安装依赖
$ yum -y install policycoreutils‐python
# 安装
$ rpm -ivh gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm
# 更改url地址为本机IP地址
$ vim?/etc/gitlab/gitlab.rb
external_url?‘http://10.0.0.200‘
$ gitlab‐ctl?reconfigure
# 提示"ok: run:xxx"表示启动成功
$ gitlab-ctl restart
# 查看当前状态
$ gitlab-ctl status
# 启动
$ gitlab-ctl start
# 停止
$ gitlab-ctl stop
# 停止单个服务
$ gitlab-ctl stop nginx
# 启动单个服务
$ gitlab-ctl start nginx
http://10.0.1.200/
原博客地址:庐州书院
标签:arc 常用 util lan tar hive 技术 查看 文件
原文地址:https://www.cnblogs.com/centlnx/p/12733031.html