레몬팬.. 다시 삽질...테스트..
- Posted at 2007/12/13 22:27
- Filed under 삽질기
열이아빠님의 댓글을 보고
다시 삽질을 시작해 봅니다..
댓글은 몇개나 달릴지..
Posted by hardboil
- Tag
- Lemonpen, 레몬펜, 삽질기
- Response
- No Trackback , No Comment
열이아빠님의 댓글을 보고
다시 삽질을 시작해 봅니다..
댓글은 몇개나 달릴지..
Posted by hardboil
시스템 요구 사항:
- Java 1.5 +
- JRuby 1.0.2 +
- Rails 2.0 +
패치 http://dev.rubyonrails.org/ticket/10218
- Ruby gems
jruby-openssl
hpricot
mechanize(web proxy사용을 원할경우)
필요한 화일들 받기
http://springbook.playmaru.net/pages/475272
Mercurial 설치 (Python이 설치되있지 않으면 같이 설치 됨)
#apt-get install mercurial
설치후
#hg clone http://labs.openmaru.com/hg/springbook
를 실행하면 소스 코드를 받는다
또는 압축된 springbook소스를 받는다
#jruby gem install rails 1.2가 설치됨(x)
이경우 1.2가 설치되므로 다음과 같이 실행을
#jruby gem install rails --source http://gems.rubyonrails.org 2.0 설치
#jruby gem install jruby-openssl
#jruby gem install hpricot
Select which gem to install for your platform (java)
1. hpricot 0.6 (jruby)
2. hpricot 0.6 (ruby)
3. hpricot 0.6 (mswin32)
4. hpricot 0.5 (mswin32)
5. hpricot 0.5 (ruby)
6. hpricot 0.4 (mswin32)
7. hpricot 0.4 (ruby)
8. Skip this gem
9. Cancel installation
Posted by hardboil