亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 學院 > 操作系統 > 正文

gitlab一鍵安裝 筆記

2024-06-28 16:03:30
字體:
來源:轉載
供稿:網友

 簡介 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

柴老板:https://bitnami.com/redirect/to/137681/bitnami-gitlab-8.14.3-0-linux-x64-installer.run

2  安裝過程

ps  需要root

前提信息記錄

賬戶名: 用戶名:  密碼:

賦權限 [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 沒好奇心略過即可,

root@centos_xschao gitlab-7.4.3-0]# ps aux|grep `pwd` root 7560 0.0 0.1 4484 1184 pts/1S 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 mysql7836 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:140: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.2166724 116568 ? Sl 00:16 0:07 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlab/htdocsgit 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

可見 有:

mysql redis httpd . ruby   gitlab

很難裝的ruby也在里面 很酸爽?。?!

4 啟動命令

[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)

參考文檔 :https://wiki.bitnami.com/Applications/BitNami_GitLab

5 配置:

參考這里:酌情翻墻

https://wiki.bitnami.com/Applications/BitNami_GitLab

格格巫和一群快樂的藍精靈


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
影音先锋欧美在线资源| 日韩av手机在线观看| 欧美性69xxxx肥| 日韩中文字幕av| 91色中文字幕| 国产精品亚洲美女av网站| 久久精品夜夜夜夜夜久久| 国产精品永久免费观看| 国产综合香蕉五月婷在线| 国产精品白丝jk喷水视频一区| 在线性视频日韩欧美| 国产一区二区日韩| 亚洲香蕉av在线一区二区三区| 97在线观看免费高清| 久久精品小视频| 国产精品久久久久久久久久99| 少妇激情综合网| 欧美视频免费在线观看| 亚洲美腿欧美激情另类| 91午夜在线播放| 欧美日韩精品在线视频| 亚洲第一精品夜夜躁人人躁| 成人欧美一区二区三区在线湿哒哒| 日韩av免费看| 亚洲2020天天堂在线观看| 久久久久久久久久国产| 国内精品久久久久久影视8| 国产日韩精品在线| 亚洲成人亚洲激情| 日韩视频永久免费观看| 欧美国产视频一区二区| 精品国产1区2区| 一区二区亚洲精品国产| 亚州av一区二区| 亚洲影院高清在线| 51色欧美片视频在线观看| 久久黄色av网站| 最近中文字幕日韩精品| 91亚洲精品久久久久久久久久久久| 青青a在线精品免费观看| 亚洲国产精品yw在线观看| 亚洲女同精品视频| 亚洲欧美自拍一区| 国产精品99久久久久久久久久久久| 欧美精品在线观看91| 69**夜色精品国产69乱| 国内精品美女av在线播放| 国产亚洲精品久久久久久777| 久久成人亚洲精品| 亚洲精品成人久久| 中文字幕不卡av| 日韩免费av一区二区| 欧美一级大片视频| 日韩精品视频在线播放| 欧洲s码亚洲m码精品一区| 日韩最新中文字幕电影免费看| 日韩不卡在线观看| 亚洲综合日韩在线| 国产精品自产拍在线观看中文| 欧美激情小视频| 亚洲欧美国产va在线影院| 日韩成人网免费视频| 成人免费福利在线| 亚洲毛茸茸少妇高潮呻吟| 国产精品九九九| 国产69精品久久久久9999| 欧美激情精品久久久久久大尺度| 久久精品中文字幕一区| 91中文字幕一区| 亚洲人av在线影院| 欧美激情在线有限公司| 国产精品视频26uuu| 亚洲专区国产精品| 国产在线观看精品一区二区三区| 国产中文字幕日韩| 国产精品久久久久久久久久| 欧美日韩国产第一页| 久久免费精品视频| 亚洲3p在线观看| 欧美精品在线第一页| 亚洲美女在线视频| 日韩在线观看电影| 久久躁狠狠躁夜夜爽| 国产欧美日韩中文字幕在线| 欧美午夜视频在线观看| 亚洲国产精品久久91精品| 欧洲亚洲免费在线| 亚洲第一天堂av| 91精品视频大全| 欧美性xxxx极品hd满灌| 亚洲精品网址在线观看| 色综合色综合久久综合频道88| 性亚洲最疯狂xxxx高清| 亚洲最大成人网色| 久久国产精品99国产精| 蜜臀久久99精品久久久无需会员| 精品福利在线看| 日韩欧美中文字幕在线播放| 日韩欧美精品中文字幕| 国产日韩欧美在线观看| 97精品国产97久久久久久春色| 欧美激情精品久久久久久蜜臀| 91欧美日韩一区| 久热精品视频在线观看一区| 亚洲国产精品yw在线观看| 国产伊人精品在线| 国产欧美日韩免费| 欧美超级乱淫片喷水| 91视频免费网站| 国产精品成人在线| 最新国产精品亚洲| 久久久999精品免费| 精品成人av一区| 色在人av网站天堂精品| 宅男66日本亚洲欧美视频| 国产精品久在线观看| 久久久精品国产亚洲| 精品国产一区久久久| 亚洲精品999| 国产91精品久久久久| www.日韩不卡电影av| 国产噜噜噜噜噜久久久久久久久| 国产精品r级在线| 久久久国产精品一区| 日韩高清免费在线| 亚洲自拍偷拍福利| 久久久97精品| 亚洲色图18p| 这里只有精品久久| 欧美天堂在线观看| 国产日产亚洲精品| 欧美日韩免费一区| 欧美色视频日本高清在线观看| 人人做人人澡人人爽欧美| 91在线观看免费网站| 最新亚洲国产精品| 亚洲精品xxxx| 久久精品视频在线播放| 亚洲精品国产精品国产自| 欧美激情精品久久久久久| 欧美黑人极品猛少妇色xxxxx| 国产精品日韩在线一区| 91久久国产婷婷一区二区| 国产精品久久久久久久久久东京| 国产精品最新在线观看| 亚洲综合在线做性| 亚洲精品网址在线观看| 日本在线观看天堂男亚洲| 亚洲免费视频观看| 国内精品免费午夜毛片| 亚洲精品视频免费| 亚洲最大福利视频网站| 91国产精品91| 久久成人亚洲精品| 国产色婷婷国产综合在线理论片a| 91在线国产电影| 91影院在线免费观看视频| www国产亚洲精品久久网站| 精品久久久久久久中文字幕| xxx一区二区| 精品二区三区线观看| 亚洲电影免费观看高清完整版| 欧美日本精品在线| 中文字幕亚洲综合久久|