Ruby on Rail, Eclipse Plugin 으로 설치하기

1. InstantRails 설치하기

http://instantrails.rubyforge.org/wiki/wiki.pl

Ruby + Apache + Mysql + PHP + PhpMyAdmin 를 한 번에 설치할 수 있다. 다운 받은 zip 파일을 D:\InstantRails2 와 같은 곳에 압축을 풀기만 하면 된다.

InstantRails 

InstantRails_folder

이 중에서 InstantRails.exe 의 바로가기 아이콘을 만들어 바탕화면에 배치하자.

I → Rails Application → Open Ruby Console Windows

gem install rails

자동으로 설정하려면

gem install rails --includes-dependencies

image



2. Eclipse 다운 받기

http://eclipse.org 에서 eclipse classic 버전을 다운 받아서 적절한 곳에 압축을 풀자. 본인은 D:\eclipse 에 압축을 풀었다.

eclipse


3. 이클립스에 Aptana Plugin 설치하기

Aptana 전체 프로그램을 다운 받고 싶으면 아래의 링크에서 전체 설치 파일을 받는다.

http://www.aptana.com/studio/download

Help → Software Updates → Find and Install → Search for new features to install

image

New Romote Site...

http://update.aptana.com/update/studio/3.2/

image 

Finish를 클릭하면 자동으로 플러그인 파일을 다운 받는다.

image

image

Eclipse 를 재시작 합니다.

Aptana Start Page 에서 PlugIn 에서 Ruby on Rails를 설치합니다.

clip_image001[8]

 image

재부팅을 하게 되면, InstantRails 를 감지할 수 없기 때문에, gem plugin을 설치 할 것을 묻는데, esc 키를 눌러서 취소를 한다. 수동으로 Ruby 설정을 맞춰 줘야 한다.

Preferences → Rials -> Configurations

<image

Preferences -> Ruby -> Rake

<image

Preferences → Ruby → Installed Interpreters

Add를 눌러서 InstantRails\ruby 를 선택한다.

<image

이러면 모든 설정이 끝이 난다.

New → New Rails Project 를 선택하면된다.

image 

이제 Ruby on Rails의 세상에서 곡갱이 질을 시작해 봅시다~!

댓글 쓰기