如何gitlab9.0.2 汉化包 GitLab

快速安装部署Bitnami gitlab中文版
我的图书馆
快速安装部署Bitnami gitlab中文版
当前版本控制系统主要分为两大类,集中式版本控制系统和分布式版本控制系统。GitLab 是一个用于仓库管理系统的开源项目。使用Git作为代码管理工具,并在此基础上搭建起来的web服务。gitlab一键安装包下载地址:安装命令如下,在终端下运行:./bitnami-gitlab-8.1.3-0-linux-x64-installer.run如在桌面运行会弹出如下的安装界面:如没有安装桌面也可在命令行模式下进行安装。安装完成后是英文版本的,接下来下载汉化版本,下载地址:汉化需要拷贝汉化版本如下文件到英文版本中:#\cp&-Rvf&/homt/git.zh/gitlab/app/*&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/app/#\cp&/home/git.zh/gitlab/config/locale/zh.yml&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/config/locales/#\cp&/home/git.zh/gitlab/config/locale/devise.zh.yml&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/config/locales/#\cp&/home/git.zh/gitlab/config/locale/doorkeeper.zh.yml&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/config/locales/#\cp&/home/git.zh/gitlab/config/locale/kaminari.zh.yml&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/config/locales/配置外部邮箱:#vi&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/config/environments/productions.rb
&&config.action_mailer.perform_deliveries&=&true
&&config.action_mailer.raise_delivery_errors&=&true
&&config.action_mailer.delivery_method&=&:smtp
&&config.action_mailer.smtp_settings&=&{
&&&&:address&=&&"",
&&&&:port&=&&"25",
&&&&:domain&=&&"",
&&&&:authentication&=&&:plain,
&&&&:user_name&=&&"",
&&&&:password&=&&"rtqkgnibadkxxrdy",
&&&&:enable_starttls_auto&=&&true
#cd&/opt/gitlab-8.1.3-0/apps/gitlab/htdocs/config/initializers
#cp&smtp_settings.rb.sample&smtp_settings.rb
#vi&smtp_settings./gitlab-org/omnibus-gitlab/merge_requests
if&Rails.env.production?
&&Gitlab::Application.config.action_mailer.delivery_method&=&:smtp
&&ActionMailer::Base.smtp_settings&=&{
&&&&address:&"",
&&&&port:&25,
&&&&user_name:&"",
&&&&password:&"rtqkgnibadkxxrdy",
&&&&domain:&"",
&&&&authentication:&:login,
&&&&enable_starttls_auto:&true
&&&&#openssl_verify_mode:&'peer'&#&See&ActionMailer&documentation&for&other&possible&options
TA的最新馆藏gitlab一键安装笔记
0 简介bitnami和gitlab
BitNami是一个开源项目,该项目产生的开源软件包安装 Web应用程序和解决方案堆栈,以及虚拟设备。bitnami主办Bitrock公司成立于2003年在西班牙塞维利亚,由丹尼尔&洛佩兹Ridruejo。bitnami栈用于安装在,Windows,Mac OS X中和Solaris软件。[1] BitNami 提供wordpress、joomla、drupal、bbpress等开源程序的傻瓜式安装包下载,所有的安装包内置了服务器环境,就是说,不需要在本地 电脑上另外搭建服务器,就可以一次性傻瓜式安装完毕。BitNami开源程序傻瓜集成安装包可选环境,包括WAMP,LAMP,MAMP,SAMP。[2]
来源: &/view/6313045.htm?fr=aladdin&
ps :这个玩意很好,很多东西实现一键安装。doc统一在:/Applications/
简单的截个图:
GitLab 是一个用于仓库管理的开源项目。使用Git作为代码管理工具,并在此基础上搭建起来的web服务
来源: &/view/9915769.htm?fr=aladdin& ps : 这东西安装起来很费劲,本人比较笨,从来没装成功过。要想自己一个个安装参考 百度
一键安装包: /stack/gitlab
2 安装过程
ps 需要root 前提信息记录 账户名: xschao 密码 xiaoxiao
[root@centos_xschao gitlab]$ chmod +x bitnami-gitlab-7.4.3-0-linux-installer.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 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 []:
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:
[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.
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%
ps 没好奇心略过即可,
root@centos_xschao gitlab-7.4.3-0]# ps aux|grep `pwd`
0:00 /bin/sh /opt/gitlab-7.4.3-0//bin/mysqld_safe --defaults-file=/opt/gitlab-7.4.3-0/f --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
3.7 92 pts/1
0:02 /opt/gitlab-7.4.3-0/mysql/bin/mysqld.bin --defaults-file=/opt/gitlab-7.4.3-0/f --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
0:00 /opt/gitlab-7.4.3-0/redis/bin/redis-server 127.0.0.1:0
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
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) &
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
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
0:02 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlabci/htdocs
11.2 568 ?
0:07 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlab/htdocs
10.5 296 ?
0:18 Passenger AppPreloader: /opt/gitlab-7.4.3-0/apps/gitlab/htdocs
0:00 /opt/gitlab-7.4.3-0/apache2/bin/httpd -f /opt/gitlab-7.4.3-0/apache2/conf/httpd.conf
10.1 648 ?
0:00 Passenger RackApp: /opt/gitlab-7.4.3-0/apps/gitlab/htdocs
0:00 grep /opt/gitlab-7.4.3-0
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
- this screen
- start the service(s)
the service(s)
- restart or start the service(s)
- show the status of the service(s)
5 配置: 参考这里:酌情翻墙 /os/795.htmlgitlab汉化
时间: 19:14:48
&&&& 阅读:117
&&&& 评论:
&&&& 收藏:0
标签:&&&&&&&&&&&&&&&喜欢英文的勿喷环境:rpm一键安装的环境补丁包已上传在附件,选择和自己版本相同的补丁停止gitlabgitlab-ctl stop应用汉化补丁cd /opt/gitlab/embedded/service/gitlab-rails/ls&8.7.5.diff下载汉化补丁git apply&8.7.5.diff(提前安装git)启动gitlabgitlab-ctl start本文出自 “” 博客,请务必保留此出处标签:&&&&&&&&&&&&&&&
&&国之画&&&& &&
版权所有 京ICP备号-2
迷上了代码!

我要回帖

更多关于 gitlab 汉化 502 的文章

 

随机推荐