Skip to content

Instantly share code, notes, and snippets.

View hotmob's full-sized avatar
🏠
Working from home

Mob hotmob

🏠
Working from home
View GitHub Profile
@hotmob
hotmob / centos-install-gitlab_ci
Last active August 29, 2015 14:04
CentOS 6.5 Install Gitlab-CI 5.0
#!/bin/sh
rpm -Uih https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
curl -L https://get.rvm.io | bash -s stable
rvm install 2.1.2
rvm use 2.1.2@global --default
# for chinese user, if you have a wonderful speed ignore this part
# to have a faster download speed
# switch gem source to ruby.taobao.org