Windows에 Rails 설치하기

written by on January 25th, 2008 @ 12:59 AM

나는 개발을 할 때 대부분  *nix 환경에서 하지만, 살다 보면 가끔 어쩔 수 없이 windows를 써야 할 경우도 있다.  이럴 때는 꼭 cygwin 을 설치해서 *nix 처럼 만들어 놓고 사용한다.

 

하지만,  rails 개발까지 필요한 상황이 되면 문제가 좀 달라진다.  몇가지 필요한 설치 파일들이 cygwin 환경에서 돌지 않거나 느린 경우가 있는데, 대표적으로 Rmagick 이 그런 경우 중에 하나다.

 

그런데 최근 Windows 에 Rails 환경을 꾸밀 일이 있어 조사를 하다가, Brain Hogan 이라는 사람의 사이트를 발견했다. 이 사람은 windows에서 여러가지 설치 조합들을 시험해보고 성능등을 고려하여 최적의 방안을 계속 정리해서 올리고 있다.

 

 내용을 하나씩 들여다보면 그렇게 특별하거나 어려운 내용은 없다. 그렇지만 이런 가이드가 없으면 여러가지 시행착오들을 겪게 되어서 전체 개발환경을 갖추는데 생각보다 많은 시간이 들기 때문에 이러한 가이드는 상당히 유용하다.

 

이 글은 Brain Hogan의 가이드에 나오는 내용을 기초로 실제 환경을 구축한 경험을 정리하기 위한 것이다.

Hogan의 문서에 나오지 않지만,  설치를 진행하면서 겪었던 몇 가지 문제점들에 대한 해결 방법들을 추가로 정리했다.

 

 

참고 아래 글에서 각 인스톨 파일에 대해 '사이트'와 '다운로드' 링크가 있으며,  그 중 '다운로드' 링크는 글을 작성하는 시점의 버전을 링크하고 있으므로,  최신 버전을 원한다면 '사이트' 의 링크로 방문하여 확인 필요

 

Ruby One-Click Installer 설치


사이트: https://rubyforge.org/projects/rubyinstaller/
다운로드: https://rubyforge.org/frs/download.php/29263/ruby186-26.exe


ImageMagick 과 Rmagick


주의 반드시 Rmagick 과 ImaggeMagick 이 함께 묶여있는 'rmagick-win32' 패키지를 다운로드 받을 것


사이트: http://rmagick.rubyforge.org/
다운로드: http://rubyforge.org/frs/download.php/30125/RMagick-2.0.0-ImageMagick-6.3.7-8-Q8.zip

 

  1. 압축파일 해제
  2. image magick 설치파일 실행
  3. 압축 해제된 폴더에 포함된 gem 파일 설치
  4. gem install Rmagick-1.9.2-IM-6.2.4-6-win32.gem

 

(선택사항) 프록시 설정

프록시 서버 뒤에서 운용되는 PC인 경우,  rails gem 설치 과정을 위해서 CMD 창에서 프록시 설정이 필요함.

 

  1. 내컴퓨터 속성- 고급- 환경변수 - 시스템 변수 추가
    http_proxy=http://192.168.10.33:8080
  2. rubygems 업데이트
    gem update --system
  3. Rails 설치

    (최신 버전 설치)

    gem install rails
    (또는 특정 버전을 인스톨하려면)

    gem install rails --version '1.2.3'


mongrel 설치

 

  1. gem install mongrel 
    (win32 버전 선택 필요)
  2. mongrel-service 설치
    gem install mongrel-service
  3. 서비스로 등록
    mongrel_rails service::install -N myprj -c c:/myprj -p 4000 -e development

    ( -c 옵션에 지정하는 경로에는 / 사용)

  4. 서비스 수동 시작
    net start myprj
    주의 자동 시작하려면,  제어판-관리도구-서비스 에서 해당 서비스 자동시작으로 변경.

    mongrel.log 는 ruby.exe 가 있는 c:/ruby/bin 에 생성됨.

    주의 만약. 자동 실행에서 mongrel이 잘 시작되지 않으면, c:/ruby/bin/mongrel.log 내용 확인 필요. 만약 permission 문제라면, 제어판-관리도구-서비스의 해당 서비스 속성에서 '다음 사용자로 로그인'의 사용자를 '로컬시스템'에서 rails를 설치할 때 로그인했던 실제 사용자로 지정.

  5. 서비스 제거 

    mongrel_rails service::remove -N myprj


WAMP 설치(mysql 을 사용하는 경우)

 

사이트: http://www.wampserver.com/en/download.php
다운로드: http://sourceforge.net/project/downloading.php?groupname=wampserver&filename=WampServer2.0a.exe&use_mirror=nchc

 

설치 후, 제어판-관리도구-서비스 에서 'wampmysqld'의 속성에서 '수동실행'을 '자동'실행으로 변경해야 시스템 리부팅시 자동 실행됨.

 

만약, 별도 웹서버를 위해서 apache가 아닌  IIS를 사용한다면, wampapache 는 자동실행으로 하면 안된다.

 

 

기타 참고사항

IIS 설치

별도, 파일 다운로드 서버등의 용도로  웹서버가 필요하거나, ftp가 필요한 경우, wamp의 아파치를 사용할 수도 있겠지만, 여기서는 IIS를 사용한다.

 

IIS가 이미 설치되어 있지 않은 경우, 아래와 같이 설치(XP 설치 디스크 필요)


제어판 - 프로그램 추가 제거  - 윈도우즈 구성요소 추가 제거 - 인터넷 정보 서비스(IIS) 선택
(FTP 서버도 필요하다면)  "자세히" 버튼을  선택해서 FTP 서버 설치 옵션 선택

 

 

IIS와 Mongrel의 연동

나의 경우에는 굳이 IIS와 연동할 필요는 없어서 해보지 않았는데, 자세한 방법은 Brain Hogan 의 문서에 잘 나오니  참고하면 될 듯하다.

 

 

설치 후 동작에 대한 소감

설치를 마치고 실제 rails 프로젝트를 돌려보니 아주 빠르지는 않지만,  기본적인 개발 환경으로서는 전혀 부족함이 없다.

mongrel, 파일 다운로드 서비스를 위한 IIS 웹 서버,  mysql 서버, FTP 서버가 모두 동작하고 있다는 점을 고려하면 더욱 만족스럽다.

 

참고로 이번 설치에 사용한 PC의 사양은  Intel Core2 Duo CPU 2.0GHz, 2GB Ram 이다.

 

 

 

 

Comments

  • ikspres on 25 Jan 00:43

    (ikspres) 삽질은 한 번으로 충분^^ by ikspres
  • keyboarder on 25 Jan 00:45

    우왕ㅋ굳~!
  • hwsj on 25 Jan 02:06

    (ikspres) 나도 주로 *nix 환경에서 개발하지만, “살다 보면 가끔 어쩔 수 없이 windows를 써야 할 경우”가 있더군요. 공감합니다. 도움이 되는 글이었습니다. by hwsj
  • irqdany on 09 Jun 20:41

    (ikspres) joo7ma <a href=“http://okfooxvczueu.com/”>okfooxvczueu</a>, [url=http://dodsssxwwqmm.com/]dodsssxwwqmm[/url], [link=http://xdonnkqfhbdz.com/]xdonnkqfhbdz[/link], http://bmlepstynaxn.com/ by irqdany
  • facts about foxes about foxes on 11 Jun 13:50

    (ikspres) comment5, <a href=“http://doorppcpc.com/birds/wholesale-resell-silver-sparrow-birds-necklace.html”>wholesale resell silver sparrow birds necklace </a>, http://doorppcpc.com/birds/wholesale-resell-silver-sparrow-birds-necklace.html wholesale resell silver sparrow birds necklace , =-]], <a href=“http://doorppcpc.com/research/interesting-topics-research.html”>interesting topics research </a>, http://doorppcpc.com/research/interesting-topics-research.html interesting topics research , 8-]], <a href=“http://doorppcpc.com/trailers/utility-trailers-oklahoma.html”>utility trailers oklahoma </a>, http://doorppcpc.com/trailers/utility-trailers-oklahoma.html utility trailers oklahoma , yqj, <a href=“http://doorppcpc.com/herbs/herbs-and-'male-breast-development.html”>herbs and 'male breast development </a>, http://doorppcpc.com/herbs/herbs-and-'male-breast-development.html herbs and 'male breast development , 876, <a href=“http://doorppcpc.com/medicine/medicine-show.html”>medicine show </a>, http://doorppcpc.com/medicine/medicine-show.html medicine show , 60683, <a href=“http://doorppcpc.com/virginia/bank-of-southside-virginia.html”>bank of southside virginia </a>, http://doorppcpc.com/virginia/bank-of-southside-virginia.html bank of southside virginia , 182, <a href=“http://doorppcpc.com/evolution/hacker-evolution-full-download.html”>hacker evolution full download </a>, http://doorppcpc.com/evolution/hacker-evolution-full-download.html hacker evolution full download , rdnz, <a href=“http://doorppcpc.com/medicine/locking-medicine-cabinets.html”>locking medicine cabinets </a>, http://doorppcpc.com/medicine/locking-medicine-cabinets.html locking medicine cabinets , 821, by facts about foxes about foxes
  • hydrocodone onlineonline on 15 Jun 08:37

    (ikspres) Hi there! <a href= http://hydrocodone.a5i.pl/ >hydrocodone</a> [url=http://hydrocodone.a5i.pl/]hydrocodone[/url] Waiting for you! by hydrocodone onlineonline
  • Andreyka on 15 Jun 09:04

    (ikspres) Мимо такого страницы не пройдешь, и уж тем более не забудешь оставить положительный отзыв, как делают это все! страниц и я в правду интересный! приглашаю посетить <a href=http://www.vsemuz.ru>мой</a> сайт…. by Andreyka
  • service merchandisemerchandise on 19 Jun 20:19

    (ikspres) comment3, <a href=“http://zaebatiydoor.com/decision/the-decision-to-drop-the-atomic-bomb.html”>the decision to drop the atomic bomb</a>, http://zaebatiydoor.com/decision/the-decision-to-drop-the-atomic-bomb.html the decision to drop the atomic bomb, =-O, <a href=“http://zaebatiydoor.com/decision/powerpoint-on-example-of-poor-decision-making.html”>powerpoint on example of poor decision making</a>, http://zaebatiydoor.com/decision/powerpoint-on-example-of-poor-decision-making.html powerpoint on example of poor decision making, =DDD, <a href=“http://zaebatiydoor.com/decision/decision-making-steps.html”>decision making steps</a>, http://zaebatiydoor.com/decision/decision-making-steps.html decision making steps, 201755, <a href=“http://zaebatiydoor.com/decision/decision-maker.html”>decision maker</a>, http://zaebatiydoor.com/decision/decision-maker.html decision maker, 8OO, <a href=“http://zaebatiydoor.com/decision/decision-sciences.html”>decision sciences</a>, http://zaebatiydoor.com/decision/decision-sciences.html decision sciences, jrbyx, <a href=“http://zaebatiydoor.com/decision/national-healthcare-decision-day.html”>national healthcare decision day</a>, http://zaebatiydoor.com/decision/national-healthcare-decision-day.html national healthcare decision day, 0881, <a href=“http://zaebatiydoor.com/decision/models-for-sales-forecasting-decision-support-system.html”>models for sales forecasting decision support system</a>, http://zaebatiydoor.com/decision/models-for-sales-forecasting-decision-support-system.html models for sales forecasting decision support system, :], <a href=“http://zaebatiydoor.com/decision/of-ethical-decision-in-medical-field.html”>of ethical decision in medical field</a>, http://zaebatiydoor.com/decision/of-ethical-decision-in-medical-field.html of ethical decision in medical field, 75864, <a href=“http://zaebatiydoor.com/decision/tim-findley-story-behind-the-decision.html”>tim findley story behind the decision</a>, http://zaebatiydoor.com/decision/tim-findley-story-behind-the-decision.html tim findley story behind the decision, 757536, by service merchandisemerchandise
  • canada on 19 Jun 20:19

    (ikspres) comment4, <a href=“http://zaebatiydoor.com/decision/truman's-decision-to-use-the-atomic-bomb.html”>truman's decision to use the atomic bomb</a>, http://zaebatiydoor.com/decision/truman's-decision-to-use-the-atomic-bomb.html truman's decision to use the atomic bomb, sgjv, <a href=“http://zaebatiydoor.com/decision/decision-mapping.html”>decision mapping</a>, http://zaebatiydoor.com/decision/decision-mapping.html decision mapping, 8-], <a href=“http://zaebatiydoor.com/decision/prostate-cancer-treatment-decision-guide.html”>prostate cancer treatment decision guide</a>, http://zaebatiydoor.com/decision/prostate-cancer-treatment-decision-guide.html prostate cancer treatment decision guide, :-), <a href=“http://zaebatiydoor.com/decision/bacar-ofpra-decision.html”>bacar ofpra decision</a>, http://zaebatiydoor.com/decision/bacar-ofpra-decision.html bacar ofpra decision, =-))), <a href=“http://zaebatiydoor.com/decision/good-decision-making.html”>good decision making</a>, http://zaebatiydoor.com/decision/good-decision-making.html good decision making, 509793, <a href=“http://zaebatiydoor.com/decision/nathaniel-hawthorne's-decision-to-become-a-writer.html”>nathaniel hawthorne's decision to become a writer</a>, http://zaebatiydoor.com/decision/nathaniel-hawthorne's-decision-to-become-a-writer.html nathaniel hawthorne's decision to become a writer, 8]]], <a href=“http://zaebatiydoor.com/decision/group-process-in-the-challenger-launch-decision.html”>group process in the challenger launch decision</a>, http://zaebatiydoor.com/decision/group-process-in-the-challenger-launch-decision.html group process in the challenger launch decision, 78778, <a href=“http://zaebatiydoor.com/decision/peter-druker-decision-making-tool.html”>peter druker decision making tool</a>, http://zaebatiydoor.com/decision/peter-druker-decision-making-tool.html peter druker decision making tool, >:)), <a href=“http://zaebatiydoor.com/decision/strengths-of-group-decision-making.html”>strengths of group decision making</a>, http://zaebatiydoor.com/decision/strengths-of-group-decision-making.html strengths of group decision making, hket, by canada

Post a comment

Options:

Size

Colors