gitlab一键安装 (转)

原文地址:http://www.2cto.com/os/201411/353292.html

0 简介bitnami和gitlab

bitnami

BitNami是一个开源项目,该项目产生的开源软件包安装 Web应用程序和解决方案堆栈,以及虚拟设备。bitnami主办Bitrock公司成立于2003年在西班牙塞维利亚,由丹尼尔·洛佩兹 Ridruejo。bitnami栈用于安装在Linux,Windows,Mac OS X中和Solaris软件。[1] BitNami 提供wordpress、joomla、drupal、bbpress等开源程序的傻瓜式安装包下载,所有的安装包内置了服务器环境,就是说,不需要在本地 电脑上另外搭建服务器,就可以一次性傻瓜式安装完毕。BitNami开源PHP程序傻瓜集成安装包可选环境,包括WAMP,LAMP,MAMP,SAMP。[2]
来源: <http://baike.baidu.com/view/6313045.htm?fr=aladdin> ps :这个玩意很好,很多东西实现一键安装。doc统一在:https://wiki.bitnami.com/Applications/
简单的截个图:

gitlab

GitLab 是一个用于仓库管理系统的开源项目。使用Git作为代码管理工具,并在此基础上搭建起来的web服务
来源: <http://baike.baidu.com/view/9915769.htm?fr=aladdin> ps : 这东西安装起来很费劲,本人比较笨,从来没装成功过。要想自己一个个安装参考 百度

1 下载:

一键安装包: https://bitnami.com/stack/gitlab

2 安装过程

ps 需要root 前提信息记录 账户名:[email protected] xschao 密码 xiaoxiao

?


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

赋权限

[root@centos_xschao gitlab]$ chmod +x bitnami-gitlab-7.4.3-0-linux-installer.run

执行run

[root@centos_xschao gitlab]# ./bitnami-gitlab-7.4.3-0-linux-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.

 

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

 

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

Create Admin account

 

Bitnami Gitlab Stack admin user creation

 

Email Address [xschao@xxx.com]:

 

Login [xschao]:

 

Password :xxxxxxxxxxx

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 [127.0.0.1]: 这里最好写外网ip或者域名

 

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] : 1

 

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

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.

 

GMail address []: xschao.test@gmail.com       

 

GMail password :

Re-enter :

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

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%

3 使用的组件

ps 没好奇心略过即可,

?


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

root@centos_xschao gitlab-7.4.3-0]# ps aux|grep `pwd`

root      7560  0.0  0.1   4484  1184 pts/1    S    00:08   0:00 /bin/sh /opt/gitlab-7.4.3-0/mysql/bin/mysqld_safe --defaults-file=/opt/gitlab-7.4.3-0/mysql/my.cnf --port=3306 --socket=/opt/gitlab-7.4.3-0/mysql/tmp/mysql.sock --datadir=/opt/gitlab-7.4.3-0/mysql/data --log-error=/opt/gitlab-7.4.3-0/mysql/data/mysqld.log --pid-file=/opt/gitlab-7.4.3-0/mysql/data/mysqld.pid --lower-case-table-names=1

mysql     7836  0.2  3.7 323280 38592 pts/1    Sl   00:08   0:02 /opt/gitlab-7.4.3-0/mysql/bin/mysqld.bin --defaults-file=/opt/gitlab-7.4.3-0/mysql/my.cnf --basedir=/opt/gitlab-7.4.3-0/mysql --datadir=/opt/gitlab-7.4.3-0/mysql/data --plugin-dir=/opt/gitlab-7.4.3-0/mysql/lib/plugin --user=mysql --lower-case-table-names=1 --log-error=/opt/gitlab-7.4.3-0/mysql/data/mysqld.log --pid-file=/opt/gitlab-7.4.3-0/mysql/data/mysqld.pid --socket=/opt/gitlab-7.4.3-0/mysql/tmp/mysql.sock --port=3306

redis     8032  0.0  0.1  33456  1304 ?        Ssl  00:10   0:00 /opt/gitlab-7.4.3-0/redis/bin/redis-server 127.0.0.1:0

root      8853  0.0  2.6 112060 27852 ?        Ss   00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8877  0.0  1.0 112668 11268 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8878  0.0  1.1 112828 11492 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8879  0.0  1.1 113028 11628 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8880  0.0  1.0 112696 11296 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8881  0.0  1.1 113164 11624 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8934  0.0  1.1 113156 11740 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8961  0.0  1.0 112684 11296 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

daemon    8962  0.0  1.1 112684 11400 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

101       9022  0.0  0.0   4528   512 ?        S    00:14   0:00 -bash -c ((cd /opt/gitlab-7.4.3-0/apps/gitlabci/gitlabci-runner && /opt/gitlab-7.4.3-0/apps/gitlabci/gitlabci-runner/bin/runner RAILS_ENV=production 2>&1) >/opt/gitlab-7.4.3-0/apps/gitlabci/gitlabci-runner/logs/gitlabci-runner.log) &

101       9023  0.1  1.4  43012 15016 ?        Sl   00:14   0:00 /opt/gitlab-7.4.3-0/ruby/bin/.ruby.bin /opt/gitlab-7.4.3-0/apps/gitlabci/gitlabci-runner/bin/runner RAILS_ENV=production

daemon    9113  0.0  1.1 113004 11616 ?        S    00:14   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

101       9145  0.3  7.4 101724 76624 ?        Sl   00:14   0:02 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlabci/htdocs                                                                              

git       9230  1.3 11.2 166724 116568 ?       Sl   00:16   0:07 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlab/htdocs                                                                                

git       9419  6.6 10.5 155652 109296 ?       Sl   00:21   0:18 Passenger AppPreloader: /opt/gitlab-7.4.3-0/apps/gitlab/htdocs                                                                           

daemon    9422  0.0  1.0 112504 10812 ?        S    00:21   0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf

git       9502  0.0 10.1 156588 104648 ?       Sl   00:22   0:00 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlab/htdocs                                                                                

root      9651  0.0  0.0   3912   672 pts/1    R+   00:26   0:00 grep /opt/gitlab-7.4.3-0

4 启动命令

?


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

[root@centos_xschao gitlab-7.4.3-0]# find ./ -name ‘*ctlscript*‘

./ctlscript.sh

[root@centos_xschao gitlab-7.4.3-0]# ./ctlscript.sh

usage: ./ctlscript.sh help

       ./ctlscript.sh (start|stop|restart|status)

       ./ctlscript.sh (start|stop|restart|status) mysql

       ./ctlscript.sh (start|stop|restart|status) apache

       ./ctlscript.sh (start|stop|restart|status) redis

       ./ctlscript.sh (start|stop|restart|status) gitlab_sidekiq

       ./ctlscript.sh (start|stop|restart|status) gitlabci_sidekiq

       ./ctlscript.sh (start|stop|restart|status) gitlabci_runner

 

help       - this screen

start      - start the service(s)

stop       - stop  the service(s)

restart    - restart or start the service(s)

status     - show the status of the service(s)

5 配置: 参考这里:酌情FQ http://www.2cto.com/os/201408/323795.html

时间: 2024-10-01 04:55:31

gitlab一键安装 (转)的相关文章

gitlab一键安装 笔记

0 简介bitnami和gitlab bitnami BitNami是一个开源项目,该项目产生的开源软件包安装 Web应用程序和解决方案堆栈,以及虚拟设备.bitnami主办Bitrock公司成立于2003年在西班牙塞维利亚,由丹尼尔·洛佩兹Ridruejo.bitnami栈用于安装在Linux,Windows,Mac OS X中和Solaris软件.[1] BitNami 提供wordpress.joomla.drupal.bbpress等开源程序的傻瓜式安装包下载,所有的安装包内置了服务器环

GitLab 的一键安装方式

一.安装环境的介绍 Centos 6.7  x86_64   2.6.32-573.el6.x86_64   IP:192.168.159.129   #公司内部测试服务器 GitLab版本:9.1.2 软件包下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/ 二.安装过程 #rpm -ivh gitlab-ce-9.1.2-ce.0.el6.x86_64.rpm  Preparing...                ##

GitLab一键式安装bitnami

https://bitnami.com/stack/gitlab/installer https://bitnami.com/redirect/to/96764/bitnami-gitlab-8.5.1-0-linux-x64-installer.run Bitnami GitLab Stack 8.5.1-0 ============================== 1. OVERVIEW The Bitnami Project was created to help spread the

(转)CentOS下一键安装GitLab

[环境准备]OS: CentOS 6.3 x86_64 [安装要求]如果有条件,提供一台全新的Server(仅仅只安装了一些系统的软件包),可以直接使用一键安装脚本(gitlab-install-el6.sh)来搭建,非常容易,只需要5步骤,如下: 1> 安装EPEL扩展源切换到root用户$ sudo -i# rpm -ivh http://fr2.rpmfind.net/linux/epel/6/x86_64/epel-release-6-8.noarch.rpm 2>  安装git# y

一键安装 gitlab7 on rhel6.4 并设置邮件发送

一键安装 gitlab7 on rhel6.4 并设置邮件发送 世间本无事,庸人自扰之.书归正传,简短节说:gitlab是个好东西,可是安装手冊奇烂.尽管以前对比文档一步一步安装起来gitlab 6.x,可是,时过境迁,再也不想把时间花在这无聊的配置上.谷歌已然变成往日黄花,又无翻越墙狱之利器,仅仅能在百度和Bing之间来回寻找答案.功夫不负苦心人.最终找到这个bitnami的一键安装包. bitnami-gitlab-7.1.1-0-linux-x64-installer.run. https

使用Gitlab一键安装包后的日常备份恢复与迁移

Gitlab 创建备份 使用Gitlab一键安装包安装Gitlab非常简单, 同样的备份恢复与迁移也非常简单. 使用一条命令即可创建完整的Gitlab备份: gitlab-rake gitlab:backup:create 使用以上命令会在/var/opt/gitlab/backups目录下创建一个名称类似为1393513186_gitlab_backup.tar的压缩包, 这个压缩包就是Gitlab整个的完整部分, 其中开头的1393513186是备份创建的日期. Gitlab 修改备份文件默

版本管理 GitLab 的安装及管理 (CentOS 7)

一.前言 GitLab是利用 Ruby on Rails 一个开源的版本管理系统,实现一个自托管的 Git 项目仓库,可通过 Web 界面进行访问公开的或者私人项目. 它拥有与 Github 类似的功能,能够浏览源代码,管理缺陷和注释.可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一个文件历史库. 团队成员可以利用内置的简单聊天程序(Wall)进行交流. 它还提供一个代码片段收集功能可以轻松实现代码复用,便于日后有需要的时候进行查找. 1.Git的家族成员 Git:是一种版本控制系统

Python实现一键安装部署LNMP环境

最近一直在学Python,东西比较多,时间持续的也比较长,为了能够学以致用,想到了原来写过的shell一键安装部署LNMP脚本,既然shell能写,Python也一定能写,就用学到的知识写了下面这个版本,这可能并不是最优版本,等学到更多东西的时候再进行优化升级! 环境介绍: Python 2.6.6 Centos 6.5 nginx 1.10.1 mysql 5.6.34 php 5.3.3 代码如下: #!/bin/env python import os import sys def ent

一键安装ftp服务器

1 概述 工作中,需要搭建ftp服务器来实现资源的共享.本文将通过脚本实现自动化安装ftp服务器,并进行相关配置,同时创建ftp登录账户,以及创建两个文件夹,作为公共的文件夹,为所有用户提供共同的访问路径. 2 概念解释和注意事项 2.1 chroot_list说明 chroot_list_file=/etc/vsftpd/chroot_list 如果设置为 chroot_local_user=YES chroot_list_enable=YES(这行可以没有, 也可以有) chroot_lis