Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...

Rubyインストール

Rubyインストール
  • 参考リンク >> https://www.ruby-lang.org/en/installation/
  • インストール方法:RVM>>Ruby version manager 参考リンク
    1. インストールRVM
      # curl -L get.rvm.io | bash -s stable
      
    2. RVM reload
      # source /etc/profile.d/rvm.sh
      # rvm reload
      
    3. インストールRuby
      # rvm install 2.1.0
      

RVM使用