Deploy Ruby servers
# Create a project directory
/Opt/logs/TV-cibn-cms
# Install rbenv and ruby 1.9.3 IN ruby
# Install and compile related packages
Yum install-y gcc openssl-devel libyaml-devel readline-devel zlib-devel
Su-ruby #/home/ruby
# Install rbenv
Git clone https://github.com/sstephenson/rbenv.git ~ /. Rbenv
Echo 'export PATH = "$ HOME/. rbenv/bin: $ PATH" '>> ~ /. Bash_profile
Echo 'eval "$ (rbenv init-)" '> ~ /. Bash_profile
.. Bash_profile
# Install rbenv-install and ruby 1.9.3-p545
Git clone https://github.com/sstephenson/ruby-build.git ~ /. Rbenv/plugins/ruby-build
Mkdir ~ /. Rbenv/cache
Cd ~ /. Rbenv/cache & wget http://ruby.taobao.org/mirrors/ruby/1.9/ruby-1.9.3-p545.tar.gz
Cd ~ & Rbenv install 1.9.3-p545
# Replacing the rubygems Source
Gem sources -- remove http://rubygems.org/
Gem sources-a https://ruby.taobao.org/
Gem sources-l
# Install bundler
Gem install bundler
# Install the mysql2 dependency Library
# Yum install mysql-devel
Yum install mysql-devel-ms