&tag(CentOS6/rbenv);
*目次 [#n218de6a]
#contents
*参考情報 [#j9f54fc4]
-[[CentOS6にrbenv + ruby + rails + passengerを高速で環境構築(2013年度版) - rksz's lifehack blog:http://rksz.hateblo.jp/entry/2013/02/17_rails_rbenv_passenegr_install]]


*Rubyのビルドに必要なパッケージのインストール [#o9bdf472]
-あらかじめyumで入れておく。
 yum -y install git zlib zlib-devel readline readline-devel openssl openssl-devel curl curl-devel

* ruby-buildのインストール [#q2f54c01]
-先にruby-buildを入れておく。[[sstephenson/ruby-build · GitHub:https://github.com/sstephenson/ruby-build]]
#pre{{
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
cd ~/.rbenv/plugins/ruby-build
sudo ./install.sh
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS