位置: 编程技术 - 正文
推荐整理分享CentOS系统中GitLab客户端的安装教程(gitlab linux),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:centos8 gitlab,gitlab linux,centos8 git,centOS系统中,执行什么操作后用户tom将无法登录,centOS系统中,执行什么操作后用户tom将无法登录,centOS系统中,执行什么操作后用户tom将无法登录,centOS系统中yum源文件的目录,centOS系统中yum源文件的目录,内容如对您有帮助,希望把文章链接给更多的朋友!
添加epel仓库复制代码代码如下:cat > /etc/yum.repos.d/epel.repo << EOF[epel]name=Extra Packages for Enterprise Linux 6 - $basearch#baseurl= Computational参考 复制代码代码如下:cat > /etc/yum.repos.d/PUIAS_6_computational.repo << EOF[PUIAS_6_computational]name=PUIAS computational Base $releasever - $basearchmirrorlist= -y install vim-enhanced readline readline-devel ncurses-devel gdbm-devel glibc-devel tcl-devel openssl-devel curl-devel expat-devel db4-devel byacc sqlite-devel gcc-c++ libyaml libyaml-devel libffi libffi-devel libxml2 libxml2-devel libxslt libxslt-devel libicu libicu-devel system-config-firewall-tui python-devel crontabs logwatch logrotate perl-Time-HiRes git
Ruby安装复制代码代码如下:cd lnmp/srcwget xzf ruby-2.1.5.tar.gzcd ruby-2.1.5./configure --prefix=/usr/local/rubymake && make installcd ..
添加到环境变量复制代码代码如下:vi /etc/profileexport PATH=/usr/local/ruby/bin:$PATH. /etc/profile
安装Bundler Gem复制代码代码如下:gem install bundler --no-ri --no-rdoc
为GitLab创建一个git用户复制代码代码如下:adduser --system --shell /bin/bash --comment 'GitLab' --create-home --home-dir /home/git/ gitsu - git
GitLab shell安装复制代码代码如下:git clone gitlab-shellgit checkout v1.8.0cp config.yml.example config.ymlsed -i 's@ config.ymlsed -i 's@/usr/bin/redis-cli@/usr/local/redis/bin/redis-cli@' config.yml./bin/install
数据库/MySQL复制代码代码如下:$ mysql -uroot -pmysql> create database gitlabhq_production;mysql> quit;
redis.sock路径指定复制代码代码如下:su -service redis-server stopmkdir /var/run/redis;chown -R redis.redis /var/run/redisvi /usr/local/redis/etc/redis.confunixsocket /var/run/redis/redis.sockservice redis-server startls -l /var/run/redis/redis.sockGitLabsu - gitwget xzvf v7.4.5.tar.gzmv gitlabhq-7.4.5 gitlabcd gitlabcp config/gitlab.yml.example config/gitlab.ymlsed -i 's@localhost@git.gimoo.net@g' config/gitlab.ymlchown -R git log/chown -R git tmp/chmod -R u+rwX log/chmod -R u+rwX tmp/mkdir /home/git/gitlab-satellitesmkdir tmp/pids/mkdir tmp/sockets/chmod -R u+rwX tmp/pids/chmod -R u+rwX tmp/sockets/mkdir public/uploadschmod -R u+rwX public/uploadscp config/unicorn.rb.example config/unicorn.rbgit config --global user.name "GitLab"git config --global user.email "gitlab@gimoo.net"git config --global core.autocrlf inputcp config/resque.yml.example config/resque.yml
GitLab数据库配置复制代码代码如下:cp config/database.yml{.mysql,}cat config/database.ymlproduction: adapter: mysql2 encoding: utf8 collation: utf8_general_ci reconnect: false database: gitlabhq_production pool: username: root password: "password" # host: localhost # socket: /tmp/mysql.sockchmod o-rwx config/database.yml
Gems安装复制代码代码如下:su -gem install charlock_holmes --version '0.6.9.4'exitcd /home/git/gitlab/bundle install --deployment --without development test postgres puma aws postgres
GitLab shell安装复制代码代码如下:bundle exec rake gitlab:shell:install[v2.1.0] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=productionvi /home/git/gitlab-shell/config.yml
修改正确路径,如redis-cli,路径改成bin: "/usr/local/bin/redis-cli"复制代码代码如下:restorecon -Rv /home/git/.ssh
初始化数据库和激活高级功能复制代码代码如下:git initbundle exec rake gitlab:setup RAILS_ENV=production #yeslogin.........rootpassword......5iveL!fe
GitLab初始化脚本复制代码代码如下:su -wget -O /etc/init.d/gitlab +x /etc/init.d/gitlabchkconfig --add gitlabchkconfig gitlab onexit #切回git用户
检查应用状态复制代码代码如下:cd /home/git/gitlab/bundle exec rake gitlab:env:info RAILS_ENV=productionCompile assetsbundle exec rake assets:precompile RAILS_ENV=production
GitLab启动复制代码代码如下:su -service gitlab startNginx配置usermod -a -G git wwwchmod /home/gitmkdir /usr/local/nginx/conf/vhostcd /usr/local/nginx/conf/vhostwget -O git.gimoo.net.conf git.gimoo.net.conf #修改一下配置项root /home/git/gitlab/public;server_nameaccess_logerror_logssl_certificate gitlab.crt;ssl_certificate_key gitlab.key;
ps:证书生成方法如下(正式环境建议将生成公钥用第三方签名使浏览器能识别):复制代码代码如下:cd /usr/local/nginx/confopenssl genrsa -out gitlab.key openssl req -new -x -days -key gitlab.key -out gitlab.crt -subj "/C=CN/ST=Shanghai/L=Shanghai/O=LinuxEye Ltd./OU=LinuxEye"
重启nginx复制代码代码如下:service nginx restart
访问:
CentOS中Xen虚拟机的安装与基本操作教程 因为从RHEL6版本开始,RedHat就不在原生支持Xen,改为投奔KVM的怀抱。尽管KVM号称支援HVM技术的全虚拟化,但KVM毕竟起步晚,远不如Xen技术成熟,运行多个
centos下coreseek安装及使用方法 Coreseek中文全文检索引擎Coreseek是一款中文全文检索/搜索软件,以GPLv2许可协议开源发布,基于Sphinx研发并独立发布,专攻中文搜索和信息处理领域,适
CentOS中安装使用截图应用程序Shutter的教程 到了linux下之后才知道QQ的截图功能有多么好用,可惜linux下没有。CentOS自带的截图工具TakeScreenShot功能比较简单,有时候想在载的图上画条横线都不行,
标签: gitlab linux
本文链接地址:https://www.jiuchutong.com/biancheng/353570.html 转载请保留说明!友情链接: 武汉网站建设