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!

  • 相关阅读:
    Java开发环境安装,环境变量
    Java开发环境
    命令提示符
    字节
    进制之间的转换
    Java背景
    项目中如何实现分页
    集合实战
    程序优化--降低复杂度
    消息队列 ---常用的 MQ 中间件
  • 原文地址:https://www.cnblogs.com/ioveNature/p/8277883.html
Copyright © 2011-2022 走看看