반응형
Window
http://instantrails.rubyforge.org
Mac
http://locomotive.raaum.org
Linux
http://wiki.rubyonrails.com/rails/pages/GettingStartedWithRails
사용 버전
http://instantrails.rubyforge.org
Mac
http://locomotive.raaum.org
Linux
http://wiki.rubyonrails.com/rails/pages/GettingStartedWithRails
사용 버전
- 루비 1.8.4
- 레일스 프레임워크 1.2.2
- MySQL 데이터베이스 5.0.27
- 루비 설치
http://rubyinstaller.rubyforge.org/wiki/wiki.pl
루비 최신 버전은 1.8.5이지만 레일스 1.2는 루비 1.8.4버전에 최적화 됨
- 레일스 설치
명령 프롬프트에 입력
gem install --version=1.2.2 rails --include-dependencies
최신버전 설치 : gem install rails --include-dependencies
- MySQL 설치
http://dev.mysql.com/downloads/mysql/5.0.html
- 레일스 MySQL 데이터베이스 연결 커넥터
gem install mysql (mysql 2.7.3(mswin32))
반응형
'Devlopment > C,C++,Ruby,Python' 카테고리의 다른 글
[Ruby on Rails] 루비 오픈 소스 라이브러리 (0) | 2008.06.25 |
---|---|
[Ruby on Rails] 루비의 데이터타입 (0) | 2008.06.25 |
[Ruby on Rails] Ruby 명령어 (0) | 2008.06.25 |
[Ruby on Rails] 데이터베이스 연결 (0) | 2008.06.25 |
[Ruby on Rails] rails 시작 & 주요 서브 디렉토리 & 웹 서버 (0) | 2008.06.25 |
[Python] 한글 처리 (0) | 2008.06.25 |
[Python] 사전(Dictionary) (0) | 2008.06.25 |
[Python] 튜플(Tuple) : 한 벌이란 뜻 (0) | 2008.06.25 |
[Python] 리스트 (0) | 2008.06.25 |
[Python] 문자열 처리 (0) | 2008.06.25 |