gitlab quickly install

Posted ipyanthony

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab quickly install相关的知识,希望对你有一定的参考价值。

一、安装gitlab依赖环境  

 yum -y install vim wget epel-release
  yum install curl policycoreutils openssh-server openssh-clients -y
  systemctl enable sshd
  systemctl start shhd
  systemctl start sshd
  yum install postfix -y
  systemctl enable postfix
  systemctl start postfix
  firewall-cmd --permanent --add-service=http
  systemctl reload firewalld

二、下载安装gitlab

  wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-9.5.1-ce.0.el7.x86_64.rpm
  chmod 755 gitlab-ce-9.5.1-ce.0.el7.x86_64.rpm 
  rpm -ivh gitlab-ce-9.5.1-ce.0.el7.x86_64.rpm 

三、启动gitlab

  gitlab-ctl reconfigure
  vim /etc/gitlab/gitlab.rb 
        external_url ‘http://本机ip地址‘
  gitlab-ctl reconfigure















以上是关于gitlab quickly install的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio 插件开发6LiveTemplete 的使用

Hilt更新Hilt版本后找不到ApplicationComponent

quick time安装不了?

无法将 Qt3DCore::Quick::Quick3DEntity 分配给 QQmlComponent

由于找不到qt5quick.dll,无法继续执行代码。重新安装程序可能会解决此问题,不知道怎么解决跪求大神帮忙

1101. Quick Sort (25)