SuSE之Gitlab私服搭建

Gitlab私服搭建

Ps:由于是内网使用不存在邮件派发,不配置邮件,且无需异步服务器代理转发

直接过程:

1、下载bitnami-gitlab-8.9.6-0-linux-x64-installer.run(版本自选)

2、安装:

YDCK-WXCAPP1:/soft # ./bitnami-gitlab-8.9.6-0-linux-x64-installer.run

The installer detects that exists a ‘git‘ user in the system. This installer will change the configuration 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^Hy

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.

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.9.6-0]:

Warning: The selected folder is not empty. Please select a different folder

Press [Enter] to continue:/home/gitlab



Installation folder

Please, choose a folder to install Bitnami Gitlab Stack

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



Create Admin account

Bitnami Gitlab Stack admin user creation

Email Address [[email protected]]: [email protected]

Login [user]: master

Password :

Please confirm your password :



Database Server Parameters

Please enter the port of your database.

Database Server port [5432]: 3306



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.10.1.223]:

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 []: [email protected]

Password :

Re-enter :

SMTP Host []: 25

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://10.10.1.223:80 from your browser.

Press [Enter] to continue:

3、启动Gitlab服务

YDCK-WXCAPP1:/soft # /opt/gitlab-8.9.6-0/ctlscript.sh restart

Syntax OK

/opt/gitlab-8.9.6-0/apache2/scripts/ctl.sh : httpd stopped

/opt/gitlab-8.9.6-0/apps/gitlab/scripts/sidekiq.sh : gitlab_sidekiq stopped

/opt/gitlab-8.9.6-0/apps/gitlab-workhorse/scripts/ctl.sh : gitlab-workhorse stopped

/opt/gitlab-8.9.6-0/apps/gitlabci/gitlabci-multirunner/scripts/ctl.sh : gitlabci stopped

/opt/gitlab-8.9.6-0/redis/scripts/ctl.sh : redis stopped

/opt/gitlab-8.9.6-0/postgresql/scripts/ctl.sh : postgresql could not be stopped. Trying to perform a "fast" shutdown.

/opt/gitlab-8.9.6-0/postgresql/scripts/ctl.sh : postgresql could not be stopped.

/opt/gitlab-8.9.6-0/postgresql/scripts/ctl.sh : postgresql (pid 19028) already running

/opt/gitlab-8.9.6-0/redis/scripts/ctl.sh : redis started at port 6379

/opt/gitlab-8.9.6-0/apps/gitlab/scripts/sidekiq.sh : gitlab_sidekiq started

/opt/gitlab-8.9.6-0/apps/gitlab-workhorse/scripts/ctl.sh : gitlab-workhorse started

/opt/gitlab-8.9.6-0/apps/gitlabci/gitlabci-multirunner/scripts/ctl.sh : gitlabci_multirunner started

Syntax OK

/opt/gitlab-8.9.6-0/apache2/scripts/ctl.sh : httpd started at port 80

出现如下即可成功:

原文地址:http://blog.51cto.com/11612019/2156423

时间: 2024-11-05 16:41:33

SuSE之Gitlab私服搭建的相关文章

Nexus Maven 私服搭建

1.下载Nexus安装文件:http://www.sonatype.org/nexus/go ,目前是nexus-2.13.0-01-bundle.tar.zip这个最新版本: 2.解压到任意目录,我这里解压到E盘,进入F:\nexus-2.13.0-01\bin\jsw\windows-x86-64,点击install-nexus.bat安装成为windows服务,这里选择自己计算机对应的文件: 3.访问http://localhost:8081/nexus/,这就是私服:默认用户名admin

SUSE Enterpris 11 SP2搭建mediawiki指南

0.libxml2的安装 libxml是一个用来解析XML文档的函数库. a)检查可用软件包 终端输入命令:zypper se libxml2 出现Abort, retry, ignore? [a/r/i/?] (a): 输入i,选择忽视即可 b)安装libxml2 终端输入命令: zypper install libxml2 出现Abort, retry, ignore? [a/r/i/?] (a): 输入i,选择忽视即可 请求下载输入y c)安装libxml2-develop : zyppe

maven 学习笔记--仓库,聚合和继承,私服搭建

仓库 http://blog.csdn.net/wanghantong/article/details/36427433 聚合和继承 http://www.cnblogs.com/xdp-gacl/p/4242221.html 私服搭建 http://www.cnblogs.com/xdp-gacl/p/4068967.html

Centos gitlab简单搭建备份及恢复

1.安装配置必须的依赖 yum install curl policycoreutils openssh-server openssh-clients systemctl enable sshd systemctl start sshd yum install postfix systemctl enable postfix systemctl start postfix firewall-cmd --permanent --add-service=http systemctl reload f

docker私服搭建nexus3

docker私服搭建有官方的registry镜像,也有改版后的NexusOss3.x,因为maven的原因搭建了nexus,所以一并将docker私服也搭建到nexus上. nexus的安装过程就单独说了,如果是2.x系列需要升级到2.14版本再升级到3.y系列,如果3.x到3.y直接升级就可以. 从3.0版本开始,nexus不再只是一个maven仓库,还可以是docker.npm.bower的私有仓库. 配置SSL docker的仓库链接是基于HTTPS的,故一般情况下需要将nexus的访问方

maven介绍及私服搭建

1.Maven介绍Maven是款平台的项目管理工具.主要服务于基于java平台的项目构建,依赖管理和项目信息管理.2.Maven私服搭建环境介绍: 系统:Centos 7.4 64位.Jdk:1.8.maven:3.3.9.Nexus:2.5IP:192.168.154.1003.JDK环境安装#tar xf jdk-8u65-linux-x64.tar.gz -C /usr/local/#cd /usr/local/#ln -s jdk1.8.0_65/ jdk#echo "JAVA_HOME

ubuntu gitlab服务器搭建

gitlab服务器搭建 1.安装依赖包 sudo apt-get install curl openssh-server ca-certificates postfix 执行完成后,出现邮件配置,选择Internet那一项(不带Smarthost的) 2.下载最新的包 安装gitlab-ce软件包 在https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/xenial/main/g/gitlab-ce/链接中下载最新版gitlab-c

Git工程开发实践(七)——GitLab服务搭建

Git工程开发实践(七)--GitLab服务搭建 操作系统:RHEL 7.3 WorkStation 一.GitLab简介 1.GitLab简介 ?GitLab是一个利用Ruby on Rails开发的开源版本管理系统,是集代码托管.测试.部署于一体的开源git仓库管理软件,可通过web界面来进行访问公开或私人项目.GitLab能够浏览代码,管理缺陷和注释,可以管理团队对仓库的访问,非常易于浏览提交过的版本,并提供一个文件历史库,是目前非常流行的研发版本控制系统.Git:本地版本控制系统工具.G

gitlab的搭建与汉化

gitlab的搭建:内存最好2G以上 yum -y install curl unzip policycoreutils git wget         安装相关依赖包 所有gitlab rpm包的地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/ 下载安装包:wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/gitlab-ce-10.0.0-ce.0.el6