zoukankan      html  css  js  c++  java
  • 一键安装 Gitlab7 on RHEL6.4 并设置邮件发送

    世间本无事,庸人自扰之。书归正传,简短节说:Gitlab是个好东西,但是安装手册奇烂。虽然曾经对照文档一步一步安装起来Gitlab 6.x,但是,时过境迁,再也不想把时间花在这无聊的配置上。谷歌已然变成往日黄花,又无翻越墙狱之利器,只能在百度和Bing之间来回寻找答案。

    功夫不负苦心人。终于找到这个bitnami的一键安装包。bitnami-gitlab-7.1.1-0-linux-x64-installer.run。

    https://bitnami.com/redirect/to/39039/bitnami-gitlab-7.1.1-0-linux-x64-installer.run

    Ubuntu 12.04 上安装 GitLab http://www.linuxidc.com/Linux/2012-12/75249.htm

    GitLab 5.3 升级注意事项 http://www.linuxidc.com/Linux/2013-06/86473.htm

    CentOS 上部署 GitLab (自托管的Git项目仓库) http://www.linuxidc.com/Linux/2013-06/85754.htm

    在RHEL6/CentOS6/ScientificLinux6上安装GitLab 6.0.2 http://www.linuxidc.com/Linux/2014-03/97831.htm

    CentOS 6.5安装GitLab教程及相关问题解决 http://www.linuxidc.com/Linux/2014-05/101526.htm

    1 安装全过程

    下载还是出奇的慢。下面是安装全过程:

    [root@rhel64-origin ~]# service mysqld stop Stopping mysqld:                                          [  OK  ] [root@rhel64-origin ~]# ./bitnami-gitlab-7.1.1-0-linux-x64-installer.run The installer detects that exists a 'git' user in the system. This installer will change the config                        uration for this user. Do you want to continue the installation? [y/N]: y

    The installer detects that exists a 'gitlab_ci' user in the system. This installer will change the                        configuration for this user. Do you want to continue the installation? [y/N]: y

    ---------------------------------------------------------------------------- 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.

    GitLab : Y (Cannot be edited)

    GitLab CI [Y/n] :Y

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

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

    Please, choose a folder to install Bitnami Gitlab Stack

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

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

    Bitnami Gitlab Stack admin user creation

    Email Address [user@example.com]: 3501xxxxx@qq.com

    Login [user]: master

    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 [192.168.82.181]:

    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 []: 3501xxxxx@qq.com

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

    SMTP Port []: 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://192.168.82.181:80 from your browser. Press [Enter] to continue:

    http://www.linuxidc.com/Linux/2014-08/105137.htm

  • 相关阅读:
    sessionstorage中存储JSON数据
    JS + Canvas画图Demo
    JavaWeb中实现通过邮箱找回密码
    javaWeb实现验证码--代码超简单
    maven的下载、安装及配置
    web端百度地图API实现实时轨迹动态展现
    java存储数据到本地txt文件中
    java读取地址数据文件
    在服务器的tomcat中部署手机apk项目,浏览器或手机下载不能根据URL下载和安装apk文件
    虚拟机类加载机制
  • 原文地址:https://www.cnblogs.com/chen110xi/p/4803468.html
Copyright © 2011-2022 走看看