下载ruby

yum -y install gcc gcc-c++ make
wget https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.9.tar.gz
tar zxvf ruby-2.1..tar.gz
cd ruby-2.1.
./configure
make && make install

安装依赖

yum install curl policycoreutils openssh-server openssh-clients postfix
systemctl enable sshd
systemctl start sshd
systemctl enable postfix
systemctl start postfix
firewall-cmd --permanent --add-service=http
systemctl reload firewalld rpm -ivh gitlab-ce-8.9.-ce..el7.x86_64.rpm
vim /etc/gitlab/gitlab.rb
external_url 'http://wk.localdomain' 改为本机IP external_url 'http://192.168.50.176' gitlab-ctl reconfigure
gitlab-ctl status

最新文章

  1. 【腾讯Bugly干货分享】Android Patch 方案与持续交付
  2. 透明ActionBar
  3. [GE]导入图片至Word,然后按规则命名(2/2)
  4. js与jquery获取父元素,删除子元素的不同方法
  5. WITH AS
  6. 为什么你应该抛弃Express的视图渲染引擎
  7. Yii2之类自动加载
  8. NET微信公众号开发环境搭建(一)-了解微信由来
  9. Linux-硬件
  10. Maven pom.xml中的元素modules、parent、properties以及import
  11. python基础15上_迭代器_生成器
  12. Cannot determine embedded database driver class for database type NONE
  13. Python学习三|列表、字典、元组、集合的特点以及类的一些定义
  14. [WEB面试题] web前端面试题HTML+CSS第一弹,个人整理部分面试题汇总
  15. 02-c#基础之01-基础语法(三)
  16. 170515、mybatis批量操作
  17. 使用OpenCV进行标定(转载)
  18. jquery获取json对象中的key小技巧,遍历json串所有key,value
  19. Asp.net中的Cache--HttpRuntim.Cache 和 HttpContext.Current.Cache
  20. Caused by java.lang.IllegalStateException Not allowed to start service Intent { cmp=com.x.x.x/.x.x.xService }: app is in background uid UidRecord(一)

热门文章

  1. 支持向量机通俗导论 ——理解SVM的三层境界 总结
  2. 一个简单的例子学会github repository的webhook
  3. Dart 面向对象 类 方法
  4. python异步编程 (转载)
  5. 002.MVC开发方法和步骤--用一个简单的加法程序来演示
  6. read char
  7. javascript只弹出一次框 再次刷新不弹出
  8. golang mysql 模糊查询
  9. PHP即时通讯设计实现
  10. 粗暴,干就完了----徐晓冬似的C语言自学笔记---字符数组相关技术