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!

  • 相关阅读:
    解除对80端口的占用
    php排序算法
    Jquery异步请求数据实例
    C# winform 递归选中TreeView子节点
    C# WinFrom 编写正则表达式验证类
    c# winfrom 委托实现窗体相互传值
    [转]我的第一个WCF
    计算字符串中子串出现的次数
    JQuery中的html(),text(),val()区别
    Crystal Report制作使用
  • 原文地址:https://www.cnblogs.com/ioveNature/p/8277883.html
Copyright © 2011-2022 走看看