Deploy Ruby servers

Source: Internet
Author: User

 

# 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

Deploy Ruby servers

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.