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 参考リンク
- インストールRVM
# curl -L get.rvm.io | bash -s stable
- RVM reload
# source /etc/profile.d/rvm.sh
# rvm reload
- インストールRuby
# rvm install 2.1.0
- インストールRVM
# curl -L get.rvm.io | bash -s stable
- RVM reload
# source /etc/profile.d/rvm.sh # rvm reload
- インストールRuby
# rvm install 2.1.0
RVM使用¶