码迷,mamicode.com
首页 > 其他好文 > 详细

GitLab

时间:2018-08-20 16:33:29      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:nbsp   拷贝   bsp   lips   sudo   height   info   git   kconfig   

GitLab

  技术分享图片

 Linux安装GitLab

  技术分享图片

  安装GitLab的依赖包

  sudo yum install -y curl policycoreutils-python openssh-server cronie

  在系统防火墙中打开HTTP和SSH访问

  sudo lokkit -s http -s ssh

  安装 Postfix 以发送通知邮件

  sudo yum install -y postfix

  sudo service postfix start

  sudo chkconfig postfix on

  将 gitlab-ce-8.10.2-ce.0.el6.x86_64.rpm 拷贝到/opt目录下

  执行安装GitLab的rpm包

  rpm -i /opt/gitlab-ce-8.10.2-ce.0.el6.x86_64.rpm

  完成GitLab的重新配置

  sudo gitlab-ctl reconfigure

  修改GitLab的配置文件

  vi /var/opt/gitlab/gitlab-rails/etc/gitlab.yml

  技术分享图片

  vi /etc/gitlab/gitlab.rb

  技术分享图片

  再次完成GitLab的重新配置

  sudo gitlab-ctl reconfigure

 主机web连接GitLab

  以管理员身份运行记事本

  技术分享图片

  技术分享图片

  技术分享图片

  打开浏览器

  技术分享图片

  技术分享图片

  技术分享图片

  登陆后可以管理配置主干、分支和用户、组、项目仓库等

  技术分享图片

MyEclipse连接GitLab

 MyEclipse配置Git插件

  将 org.eclipse.egit-updatesite-1.3.0.201202151440-r-site 中的如下文件复制到:

  技术分享图片

 项目添加至Git

  技术分享图片

  技术分享图片

  技术分享图片

 项目提交至Git

  技术分享图片

  技术分享图片

  修改Git提交的用户名及邮箱教程:https://jingyan.baidu.com/article/b7001fe1a3b0ca0e7282dd9a.html

 Linux启动/停止/重启gitlab命令

  sudo gitlab-ctl start/stop/restart

 项目推送至GitLab

  技术分享图片

  技术分享图片

  技术分享图片

  技术分享图片

 

GitLab

标签:nbsp   拷贝   bsp   lips   sudo   height   info   git   kconfig   

原文地址:https://www.cnblogs.com/xhddbky/p/9505943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!