OYEAHHH79 [Ruby on Rails] 0. Ruby, Rails 설치 $ sudo apt-get update$ sudo apt-get install curl #Before any other step install mpapis public key (might need gpg2) (see securigy)$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 #Install RVM stable with ruby$ \curl -sSL https://get.rvm.io | bash -s stable --ruby 하고나면 자동으로 루비가 깔린다. $ ruby -v로 루비 버전을 확인 해 본다. 깔리지 않았다면 밑에 명령어를 사용한다. $ source /h.. 2015. 12. 7. 이전 1 ··· 11 12 13 14 다음