반응형

Ruby On Rails For CentOS

  • RVM 설치를 위해 서버 인증 받기

$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3

  • RVM(Ruby Version Manager) 설치하기

$ curl -sSL https://get.rvm.io | bash -s stable

$ source ~/.profile

  • RVM을 이용하여 Ruby, Rails 설치하기

$ rvm install [ruby-version]

  • 설치버전 사용하기

$ rvm use [ruby-version]

  • 현재버전 확인하기

$ ruby -v


  • Bundler 설치

$ gem install bundler


  • 프로젝트 관련 gem 설치하기

$ bundle install


반응형

'아마존(AWS)' 카테고리의 다른 글

Windows Putty 환경에서 AWS EC2 ssh 접속  (0) 2019.07.14
MySQL 5.7 설치 on EC2 Amazon Linux AMI  (0) 2017.04.22

+ Recent posts