zoukankan      html  css  js  c++  java
  • gitlab安装手记

    [root@linux ~]# rpm -i gitlab-ce-7.10.4~omnibus-1.x86_64.rpm
    gitlab: Thank you for installing GitLab!
    gitlab: Configure and start GitLab by running the following command:
    gitlab: 
    gitlab: sudo gitlab-ctl reconfigure
    gitlab: 
    gitlab: GitLab should be reachable at http://linux
    gitlab: Otherwise configure GitLab for your system by editing /etc/gitlab/gitlab.rb file
    gitlab: And running reconfigure again.
    gitlab: 
    gitlab: For a comprehensive list of configuration options please see the Omnibus GitLab readme
    gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md
    gitlab: 
    gitlab: 
    gitlab: If you just upgraded from GitLab 7.9 or earlier, please run the following
    gitlab: command:
    gitlab: 
    gitlab: sudo ln -sf   /opt/gitlab/bin/gitlab-ctl   /opt/gitlab/bin/gitlab-rake   /opt/gitlab/bin/gitlab-rails   /opt/gitlab/bin/gitlab-ci-rake   /opt/gitlab/bin/gitlab-ci-rails  /usr/bin/
    [root@linux ~]# 
    
    

    升级:

    Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
    gitlab-ce-10.3.3-ce.0.el7.x86_64.rpm | 377 MB 00:00:19
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
    Warning: RPMDB altered outside of yum.

    Failed to start postgresql for migrations
    warning: %posttrans(gitlab-ce-10.3.3-ce.0.el7.x86_64) scriptlet failed, exit status 1
    Non-fatal POSTTRANS scriptlet failure in rpm package gitlab-ce-10.3.3-ce.0.el7.x86_64
    Verifying : gitlab-ce-10.3.3-ce.0.el7.x86_64 1/2
    Verifying : gitlab-ce-7.10.4~omnibus-1.x86_64 2/2

    Updated:
    gitlab-ce.x86_64 0:10.3.3-ce.0.el7

    Complete!

  • 相关阅读:
    3_数据类型
    2_十进制与二进制的互相转换
    1_初识Java
    Jedis 常用API
    Eazfuscator.net 2020 IL级指令虚拟化保护(Virtualization)机制分析
    C#实现——十大排序算法之选择排序
    Flutter 开发从 0 到 1(三)布局与 ListView
    使用 .NET 进行游戏开发
    Metasploit简单使用——后渗透阶段
    ElasticSearch 索引 VS MySQL 索引
  • 原文地址:https://www.cnblogs.com/ioveNature/p/8277883.html
Copyright © 2011-2022 走看看