zoukankan      html  css  js  c++  java
  • bitnami gitlab 安装

     安装gitlab需要安装的依赖软件比较多,基于偷懒的原则,从网上找到了bitnami-gitlab-8.7.1-0-linux-x64-installer.run ,集成了所有的相关软件,一键安装,省事省力。

    [root@iZ25vrq5z1zZ ~]# ./bitnami-gitlab-8.7.1-0-linux-x64-installer.run
    ----------------------------------------------------------------------------
    Welcome to the Bitnami Gitlab Stack Setup Wizard.

    ----------------------------------------------------------------------------
    Select the components you want to install; clear the components you do not want
    to install. Click Next when you are ready to continue.

    PhpPgAdmin [Y/n] :y

    GitLab : Y (Cannot be edited)

    Is the selection above correct? [Y/n]: y

    ----------------------------------------------------------------------------
    Installation folder

    Please, choose a folder to install Bitnami Gitlab Stack

    Select a folder [/opt/gitlab-8.7.1-0]:

    ----------------------------------------------------------------------------
    Create Admin account

    Bitnami Gitlab Stack admin user creation

    Email Address [user@example.com]: qiang.liu@ikooo.cn

    Login [user]: administrator

    Password :
    Please confirm your password :
    ----------------------------------------------------------------------------
    Hostname that will be used to create internal URLs. If this value is incorrect,
    you may be unable to access your Gitlab installation from other computers. It is
    advisable to use a Domain instead of an IP address for compatibility with
    different browsers.

    Domain [10.171.30.26]: 123.56.226.73

    Do you want to configure mail support? [y/N]: y

    ----------------------------------------------------------------------------
    Configure SMTP Settings

    This is required so your application can send notifications via email.

    Default email provider:

    [1] GMail
    [2] Custom
    Please choose an option [1] : 2

    ----------------------------------------------------------------------------
    Configure SMTP Settings

    This data is stored in the application configuration files and may be visible to
    others. For this reason, it is recommended that you do not use your personal
    account credentials.

    Username []: qiang.liu@ikooo.cn

    Password :
    Re-enter :
    SMTP Host []: smtp.exmail.qq.com

    SMTP Port [587]: 25

    Secure connection

    [1] None
    [2] SSL
    [3] TLS
    Please choose an option [3] : 3
    ----------------------------------------------------------------------------
    Setup is now ready to begin installing Bitnami Gitlab Stack on your computer.

    Do you want to continue? [Y/n]: y

    ----------------------------------------------------------------------------
    Please wait while Setup installs Bitnami Gitlab Stack on your computer.

    Installing
    0% ______________ 50% ______________ 100%
    #########################################

    ----------------------------------------------------------------------------
    Setup has finished installing Bitnami Gitlab Stack on your computer.

    Info: To access the Bitnami Gitlab Stack, go to
    http://123.56.226.73:80 from your browser.
    Press [Enter] to continue:

    [END] 2017/4/26 22:55:34

  • 相关阅读:
    webpack搭建react+ts+eslint项目
    eslint规则详解
    js源码-自定义数组的pop和shift方法
    js源码-数组中的push()和unshift()方法的源码实现
    mac 下载MySQL后,需要这样打开
    react-(错误代码#31----Minified React error #31)
    人生反思:养殖场的猪该如何度过猪生?
    人生反思:做一头拉磨的驴子还是千里马?
    地图轨迹内插采集点
    同时支持回调和Promise的函数-callbackOrPromiseFn
  • 原文地址:https://www.cnblogs.com/mengyu/p/6780648.html
Copyright © 2011-2022 走看看