2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS 6.3に、Rails 4.0をインストールする

Posted at
$ curl -L https://get.rvm.io | bash -s
$ rvm get stable
$ rvm install 2.0.0 --with-openssl-dir=$HOME/.rvm/user
$ rvm use 2.0.0@rails_4_0 --create --default
$ gem update

.gemrcにriとrdoc生成を抑制するコマンドを追加する。

install: --no-rdoc --no-ri
update:  --no-rdoc --no-ri
$ gem install rails

※参考サイト:Ruby on Rails チュートリアル

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?