내용으로 건너뛰기
adminschool.net wiki
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
debian
•
security
develop:ruby:install
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
===== Using Ruby on Debian Linux ===== ==== Install on Debian Linux ==== Debian Linux (Sarge) 에서 지원되는 ruby의 버전이 낮으니 될 수 있으면, Debian Linux (Etch) 를 사용하기를 권고한다. 다음과 같이 설치하면 된다. <code> # apt-get install ruby irb ri rdoc ruby1.8-dev </code> * The **irb** is acronym for Interactive RuBy. It evaluates Ruby expression from the terminal. * **ri** is a command line tool that displays descriptions of built-in Ruby methods, classes, and modules. For methods, it shows you the calling sequence and a description. For classes and modules, it shows a synopsis along with a list of the methods the class or module implements. ==== Install RubyGems ==== RubyGems는 Ruby의 표준 패키지 관리프로그램이다. <code> # apt-get install rubygems </code>
develop/ruby/install.txt
· 마지막으로 수정됨: 2014/04/10 11:21 저자
starlits
문서 도구
문서 보기
이전 판
역링크
맨 위로