ubuntu快速安装GitLab

ubuntu快速安装GitLab

首先去bitnami下载对应的.run文件

[email protected]:~$ wget https://bitnami.com/redirect/to/50936/bitnami-gitlab-7.8.1-0-linux-x64-installer.run

开始安装

[email protected]:~$ sudo ./bitnami-gitlab-7.8.1-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

----------------------------------------------------------------------------

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

----------------------------------------------------------------------------

Create Admin account

Bitnami Gitlab Stack admin user creation

Email Address [[email protected]]: 345******@qq.com

Login [user]: chuck

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

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 []: 345******@qq.com

Password :

Re-enter :

SMTP Host []: stmp.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://7.7.7.33.33:80 from your browser.

Press [Enter] to continue:

[email protected]:~$

用浏览器打开http://7.7.7.33:80登录

时间: 2024-07-29 11:44:34

ubuntu快速安装GitLab的相关文章

在 Ubuntu 14安装gitlab

在 Ubuntu 14 安装 使用国内安装源镜像,加快安装速度.修改/etc/apt/sources.list.d/gitlab-ce.list,添加以下行deb https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/debian jessie main 开始安装:# 安装依赖包sudo apt-get install curl openssh-server ca-certificates postfix# 安装 GitLab 社区版apt-get ins

ubuntu虚拟机安装Gitlab后出现“Whoops, GitLab is taking too much time to respond.”

网上找了很久,有说8080端口被tomcat占用的,但是移除tomcat之后还是会报这个错. https://www.kittell.net/code/gitlab-502-whoops-gitlab-is-taking-too-much-time-to-respond/ 上面这篇文章是说只要运行 sudo gitlab-ctl restart 或者 sudo gitlab-ctl reconfigure 就可以搞定,然而这我里并不行. 后来看到有说是虚拟机装ubuntu的话,内存至少要2G才可

从零开始——ubuntu快速安装lamp(php)(二)

1. sudo apt-get update sudo apt-get upgrade 2. lamp-server * 一键安装:tasksel install lamp-server,适用于本地安装ubuntu非server版. a) sudo apt-get install apache2 ----在浏览器中测试http://localhost/或者*.*.*.* b) sudo apt-get install php5 libapache2-mod-php5 ----sudo vim /

用Ubuntu快速安装Jenkins

一.安装操作系统,安装前准备. 1.操作系统:Ubuntu 18.04 (大家都知道Ubuntu的特点,在线安装,方便很多) 2.apt源.apt源在官网上面分很多种,每个版本的源不一样,如果是其他版本系统,应该在官网找.18.04可以用以下的. # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multi

Ubuntu 14.04下安装GitLab指南

GitLab 是一个用于仓库管理系统的开源项目.使用Git作为代码管理工具,并在此基础上搭建起来的web服务.在GitLab的官方网站上面对Ubuntu的支持也是很好的,有比较详尽的安装指南.在介绍postfix的地方有少部分的坑,本文抛砖引玉,解决一些我遇到的坑.本文主要针对Ubuntu 14.04,介绍如何安装GitLab.其他的Ubuntu可以作为一个参考. 1.安装需要的库和软件 更多详细的请参考官方的下载地址,里面有安装的介绍.你也可以什么都不管直接执行下面的命令.需要注意的就是安装p

windows下用wubi快速安装ubuntu

由于开发需要,我们可能要用到ubuntu,然而又不能完全抛弃windows,于是双系统是个不错选择. wubi是一个在windows下快速安装ubuntu双系统的工具,它包含在ubuntu 12及以前版本的镜像中,我们可以到ubuntu官网下载. 如果你用虚拟光驱打开镜像并运行wubi安装系统,重启后会出现以下错误: (initramfs)unable to find a medium containing a live file system 因此解决方法就是先将镜像解压到一个文件夹下,然后再

linux的ubuntu和centos下快速安装LAMP环境

在linux下安装lamp环境,下面为大家分别介绍在ubuntu和centos下面快速安装LAMP环境的方法. 首先,让我们了解一下什么是LAMP环境(一下摘自百度百科): Linux+Apache+Mysql/MariaDB+Perl/PHP/Python一组常用来搭建动态网站或者服务器的开源软件,本身都是各自独立的程序,但是因为常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台.随着开源潮流的蓬勃发展,开放源代码的LAMP已经与J2EE和.Net商业软件形成三足

快速上手Ubuntu之安装常用软件篇——打造一个满足基本娱乐办公的Ubuntu

该博客是紧接着上一篇的:快速上手Ubuntu之安装篇--安装win7,Ubuntu16.04双系统 在上一篇博客中,我们成功安装了Ubuntu,但只是个全新的系统,我们还需要安装一些常用软件来满足娱乐办公的需要.接下来将会介绍几种常用软件的安装,以及Linux锐捷客户端连接校园网. 一.安装搜狗输入法和五笔输入法 相信PC端很多用户都是用搜狗拼音输入法的,下面将先介绍怎样安装搜狗输入法. 安装前的小插曲 在安装前,先进行一些小插曲,首先我们要连上网络,网络图标在右上角的标题栏上,如果是用网线连上

U盘快速​安装Ubuntu系统

U盘快速安装Ubuntu系统 在Windows系统环境下,此向导旨在帮助大家借助U盘安装Ubuntu. 准备工作: 准备1个U盘,至少2GB空间,做好资料备份,因为U盘会被格式化: 查看打算安装Ubuntu系统的电脑是否支持U盘启动: 系统硬件配置要求:384MB以上内存,6GB以上可用硬盘空间,CPU主频700MHz  以上: 互联网连通. 下载镜像: 下载Ubuntu系统安装镜像文件. 下载地址:www.ubuntu.com/getubuntu/download. 制作U盘启动盘: 下载U盘