1. http://rubyforge.org/frs/?group_id=167 사이트에서 Ruby 1.8.7-p352 버전을 다운 받아 설치한다.
2. 시작메뉴에서 Ruby 187 을 찾아서 Start Command Prompt with Ruby를 실행 해 준다.
3. gem -v 를 통해서 버전을 확인해 준다. 아마 1.7.2 버전이 기본적으로 설치되어 있을 것이다.
4. gem update --system 명령어를 통해서 gem을 업데이트 시킨다.
5. gem uninstall rubygems-update 명령어를 통해 기존 rubygems를 지운다.
6. 첨부된 sqlite를 Ruby/bin 폴더에 압축 해제 한다.
7. gem install sqlite 명령어를 통해 sqlite 설치
8. gem install rails --version 3.0.5 명령어를 통해 rails 설치
9. rails _3.0.5 __version
test ----
rails new test -d sqlite3 명령어를 통해 프로젝트를 만들어 본다. 이상 없으면 ok~~
작업 환경은 netBeans 7.0.1이 제일 안정적이다.
'공부방 > Ruby&Rails' 카테고리의 다른 글
Sqlite를 활용한 기본 CRUD 작업 후 Flex에 연동해보기 (0) | 2012.02.13 |
---|---|
Sqlite를 활용한 기본 CRUD 작업 (0) | 2012.02.13 |
windows rails3 install Error "The 'json' native gem requires installed build tools." (0) | 2012.02.13 |
Ubuntu 11.10 상에서 Ruby 1.9.2 와 Rails 3.1.1 설치 (0) | 2012.02.13 |