2008년 5월 5일 월요일
오전 10시에 원유헌교수님과 프로젝트(1) 수업듣는 학생들이 3호선 구파발역에서 모여서 북한산으로 등산하였습니다.
원유헌 교수님같으신 분은 우리나라에서 초기에 컴퓨터에 대해 연구하신 몇 안되는 대단하신 교수님이시죠.

원유헌 교수님 수업은 4학년 프로젝트(1)만 들었지만 1학년때 C언어를 원유헌교수님이 쓰신 책으로 공부하였고 3학년때는 프로그래밍언어를 원유헌교수님이 씐 책으로 공부했습니다.

C 프로그래밍 상세보기
원유헌 외 지음 | 정익사 펴냄
ANSI C 를 요약, 정리하여 C 의 기본 골격을 체계화한 C 프로그래밍 개요C++ 프로그래밍 기초, 함수, 배열, 포인터, 알고리즘과 데이터 구조, 파일처리 등 7장으로 구성하였다.

프로그래밍 언어론(개정판) 상세보기
원유헌 지음 | 정익사 펴냄
프로그램 언어의 근본적인 개념들을 다룬 책이다. 이 책에서는 변수, 문장, 자료형, 부프로그램, 자료추상화, 함수형 프로그래밍등을 주요 논점으로 다루며 이러한 개념들이 무엇이며, 이들 개념이 서로 다른 언어에서 어떻게 구현되었을 지를 분석한다

프로그래밍언어론 책같은 경우는 고시필독독서라고 할정도이라군요.

원유헌 교수님은 1976년도(정확한 연도는 잘 모르겠음)에 홍익대학교 전자계산학과에 부임하여 지금까지 홍익대학교 컴퓨터공학과 교수님으로 계시는 어마어마하신 분입니다.

산으로 올라가는데 나이가 많으신 원유헌 교수님 체력이 대단하시더군요.
아침에 테니스 치고 등산하신다는 것에 깜짝놀랐습니다. ㄷㄷㄷ
산으로 올라가면서 식물이름도 많이 가르쳐 주시고, 제자중에 대학교수를 20명이상씩 키워냈다는 이야기나, 대학원 학생들과 MT갔던 이야기, 어릴때의 이야기 등등


아래는 등산갔을때 찍은 원유헌 교수님 사진입니다.

사용자 삽입 이미지


사용자 삽입 이미지
사용자 삽입 이미지
사용자 삽입 이미지
사용자 삽입 이미지
사용자 삽입 이미지

등산후 내려갈때에 교수님이 고기도 사주시고 막걸리도 사주셔서 교수님께 감사하였습니다.
4학년되어서 원로교수님이신 원교수님 수업을 듣게 되어서 영광입니다.
Buy me a coffeeBuy me a coffee

이번에 잘쓰던 학교 연구실 컴퓨터에 깔려진 Fedora Core 7를 Fedora Core8로 버전 업하기로 하였다.

이런 것은 버전 업이라는 용어보다는 Upgrade라는 말이 더 맞을듯 하다.

학교 연구실 컴퓨터는 64bit 컴퓨터이며, Fedora Core 7를 쓰고 있다.

준비전 작업

우선 Fedora Core 7에서 쓰는 Kernel Version을 Check를 하였다.

[root@localhost ~]# cat /proc/version
Linux version 2.6.23.15-80.fc7 (mockbuild@xenbuilder2.fedora.redhat.com) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)) #1 SMP Sun Feb 10 16:52:18 EST 2008
[root@localhost ~]#

Fedora Core 7에서 2.6.23.15 버전의 Kernel을 쓴다는 것을 알수있다.

(Kernel에 대한 자세한 이야기는 IT EXPERT 리눅스 커널 프로그래밍이라는 책에서 보면 쉽게 이해될 것이다.)


우선 yum으로 모든 패키지를 업그레이드 하기로 한다. 의존성문제를 없애기 위해서 아래의 작업을 해준다.

yum clean all
yum -y upgrade

그리고 난 다음 Fedora Core 8을 업그레이드를 하기 위한 절차를 진행하기로 한다.


Fedora Core 8로 업그레이드 하기

Fedora Core 8로 업그레이드 하기 위하여 적당한 위치에서 파일을 내려받고 설치한다

위의 작업을 해야 Fedora Core 8 배포판 파일을 받을 수 있다.

아래의 wget명령어로 rpm파일을 다운로드받는다.

그리고는 설치를 한다.

rpm -Uvh fedora*.rpm

설치를 하였으면 아래의 /etc/yum.repos.d/fedora.repo 파일과 /etc/yum.repos.d/fedora-updates.repo 을 수정한다.

수정하는 이유는 속도 빠른 국내서버에서 다운로드 빨리 받기 위해서이다. Upgrade하는데에 대략 2.0G정도의 파일을 다운로드 받는데 외국서버에서 다운로드 받으면 엄청난 시간을 잡아먹기때문에 수정을 한다.


/etc/yum.repos.d/fedora.repo 수정

Upgrade하기 전에 /etc/yum.repos.d/fedora.repo 파일을 수정한다.

[root@localhost ~]# vim /etc/yum.repos.d/fedora.repo
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

/etc/yum.repos.d/fedora-updates.repo 수정

/etc/yum.repos.d/fedora-updates.repo 파일도 수정한다.

[root@localhost ~]# vim /etc/yum.repos.d/fedora-updates.repo
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch/
baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/updates/$releasever/$basearch/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch/debug/
baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/updates/$releasever/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/SRPMS/
baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/updates/$releasever/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

아래와 같이 파일을 수정을 하였으면 아래와 같이 yum으로 업그레이드를 한다.

아마, 2.0GB라는 어마어마한 용량을 받는다는 메시지를 보일것이다.

[root@localhost ~]#  yum clean all

[root@localhost ~]#  yum -y upgrade

그러다가 의존성 문제로 에러가 난다. -_-;;

이런 문제는 dbus.i386를 제거하면 된다고 한다. (http://fedoraproject.org/wiki/YumUpgradeFaq#head-56b13936246769f517ac488a0098d193c7fc3600 참조)

[root@localhost ~]# yum erase dbus.i386

이렇게 dbus.i386 package를 지우고서는 다시 yum으로 업그레이드를 한다.

[root@localhost ~]#  yum clean all

[root@localhost ~]#  yum -y upgrade

Complete!라는 메시지가 뜨면서 성공을 하였다!

성공을 하였으면 Reboot을 한다.

[root@localhost ~]# reboot

아님 아래 명령어를 써도 된다.

[root@localhost ~]# init 6

결과

제대로 설치가 되면서  Fedora Core 8로 업그레이드가 되었다.

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.24.5-85.fc8 #1 SMP Sat Apr 19 11:18:09 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# cat /proc/version
Linux version 2.6.24.5-85.fc8 (mockbuild@xenbuilder2.fedora.redhat.com) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Sat Apr 19 11:18:09 EDT 2008
[root@localhost ~]#

Fedora Core 9가 조금 있으면 나오는데 Fedora Core 7로 계속 유지하기가 뭐랄까? 점차 뒤쳐질것 같은 느낌이 들어서 업그레이드를 해버렸다.

어차피 시스템을 내맘대로 만질수 있는 컴퓨터다 보니 왜이리 삽질의 욕구가 자꾸만 늘어가군요. -_-;;


원격접속하였을때에는 아무런 문제가 없다가, 컴퓨터 앞에서 업그레이드가 제대로 되었는지 확인해보니 GNOME Desktop이 날라갔습니다 -_-;;

아마 yum erase dbus.i386 으로 날려진것 같더군요, 나머지는 정상인데 말이죠 ㅠㅠ

그래서 마지막으로

[root@localhost ~]# yum install gnome*

으로 GNOME Desktop설치를 합니다. -_-;;

이 글은 스프링노트에서 작성되었습니다.

Buy me a coffeeBuy me a coffee

이번에 잘쓰던 학교 연구실 컴퓨터에 깔려진 Fedora Core 7를 Fedora Core8로 버전 업하기로 하였다.


이런 것은 버전 업이라는 용어보다는 Upgrade라는 말이 더 맞을듯 하다.


학교 연구실 컴퓨터는 64bit 컴퓨터이며, Fedora Core 7를 쓰고 있다.


준비전 작업


우선 Fedora Core 7에서 쓰는 Kernel Version을 Check를 하였다.



[root@localhost ~]# cat /proc/version

Linux version 2.6.23.15-80.fc7 (mockbuild@xenbuilder2.fedora.redhat.com) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)) #1 SMP Sun Feb 10 16:52:18 EST 2008

[root@localhost ~]#



Fedora Core 7에서 2.6.23.15 버전의 Kernel을 쓴다는 것을 알수있다.


(Kernel에 대한 자세한 이야기는 IT EXPERT 리눅스 커널 프로그래밍이라는 책에서 보면 쉽게 이해될 것이다.)


 


우선 yum으로 모든 패키지를 업그레이드 하기로 한다. 의존성문제를 없애기 위해서 아래의 작업을 해준다.


yum clean all

yum -y upgrade

그리고 난 다음 Fedora Core 8을 업그레이드를 하기 위한 절차를 진행하기로 한다.


 


Fedora Core 8로 업그레이드 하기


Fedora Core 8로 업그레이드 하기 위하여 적당한 위치에서 파일을 내려받고 설치한다



위의 작업을 해야 Fedora Core 8 배포판 파일을 받을 수 있다.


아래의 wget명령어로 rpm파일을 다운로드받는다.



그리고는 설치를 한다.


rpm -Uvh fedora*.rpm

설치를 하였으면 아래의 /etc/yum.repos.d/fedora.repo 파일과 /etc/yum.repos.d/fedora-updates.repo 을 수정한다.


수정하는 이유는 속도 빠른 국내서버에서 다운로드 빨리 받기 위해서이다. Upgrade하는데에 대략 2.0G정도의 파일을 다운로드 받는데 외국서버에서 다운로드 받으면 엄청난 시간을 잡아먹기때문에 수정을 한다. 


 


/etc/yum.repos.d/fedora.repo 수정


Upgrade하기 전에 /etc/yum.repos.d/fedora.repo 파일을 수정한다.


[root@localhost ~]# vim /etc/yum.repos.d/fedora.repo

[fedora]

name=Fedora $releasever - $basearch

failovermethod=priority

#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/

baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/releases/$releasever/Everything/$basearch/os/

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY



[fedora-debuginfo]

name=Fedora $releasever - $basearch - Debug

failovermethod=priority

#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/

baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/releases/$releasever/Everything/$basearch/debug/

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY



[fedora-source]

name=Fedora $releasever - Source

failovermethod=priority

#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/

baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/releases/$releasever/Everything/source/SRPMS/

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

 


/etc/yum.repos.d/fedora-updates.repo 수정


/etc/yum.repos.d/fedora-updates.repo 파일도 수정한다.


[root@localhost ~]# vim /etc/yum.repos.d/fedora-updates.repo

[updates]

name=Fedora $releasever - $basearch - Updates

failovermethod=priority

#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch/

baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/updates/$releasever/$basearch/

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora



[updates-debuginfo]

name=Fedora $releasever - $basearch - Updates - Debug

failovermethod=priority

#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch/debug/

baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/updates/$releasever/$basearch/debug/

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora



[updates-source]

name=Fedora $releasever - Updates Source

failovermethod=priority

#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/SRPMS/

baseurl=ftp://ftp.kaist.ac.kr/fedora/linux/updates/$releasever/SRPMS/

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f$releasever&arch=$basearch

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

 


아래와 같이 파일을 수정을 하였으면 아래와 같이 yum으로 업그레이드를 한다.


아마, 2.0GB라는 어마어마한 용량을 받는다는 메시지를 보일것이다.



[root@localhost ~]#  yum clean all 


[root@localhost ~]#  yum -y upgrade



그러다가 의존성 문제로 에러가 난다. -_-;;


이런 문제는 dbus.i386를 제거하면 된다고 한다. (http://fedoraproject.org/wiki/YumUpgradeFaq#head-56b13936246769f517ac488a0098d193c7fc3600 참조)


[root@localhost ~]# yum erase dbus.i386

이렇게 dbus.i386 package를 지우고서는 다시 yum으로 업그레이드를 한다.



[root@localhost ~]#  yum clean all 


[root@localhost ~]#  yum -y upgrade



Complete!라는 메시지가 뜨면서 성공을 하였다!


성공을 하였으면 Reboot을 한다.


[root@localhost ~]# reboot

아님 아래 명령어를 써도 된다.


[root@localhost ~]# init 6

결과


제대로 설치가 되면서  Fedora Core 8로 업그레이드가 되었다.


[root@localhost ~]# uname -a

Linux localhost.localdomain 2.6.24.5-85.fc8 #1 SMP Sat Apr 19 11:18:09 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

[root@localhost ~]# cat /proc/version

Linux version 2.6.24.5-85.fc8 (mockbuild@xenbuilder2.fedora.redhat.com) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #1 SMP Sat Apr 19 11:18:09 EDT 2008

[root@localhost ~]#

Fedora Core 9가 조금 있으면 나오는데 Fedora Core 7로 계속 유지하기가 뭐랄까? 점차 뒤쳐질것 같은 느낌이 들어서 업그레이드를 해버렸다.


어차피 시스템을 내맘대로 만질수 있는 컴퓨터다 보니 왜이리 삽질의 욕구가 자꾸만 늘어가군요. -_-;;


 


원격접속하였을때에는 아무런 문제가 없다가, 컴퓨터 앞에서 업그레이드가 제대로 되었는지 확인해보니 GNOME Desktop이 날라갔습니다 -_-;;


아마 yum erase dbus.i386 으로 날려진것 같더군요, 나머지는 정상인데 말이죠 ㅠㅠ


그래서 마지막으로 


[root@localhost ~]# yum install gnome* 

으로 GNOME Desktop설치를 합니다. -_-;;


이 글은 스프링노트에서 작성되었습니다.

Buy me a coffeeBuy me a coffee

KLDP의 Cinsk님께서 홍익대학교 컴퓨터공학과 후배들에게
2008년 5월 11일 일요일 오후 1시 30분부터 "programming in the Emacs"란 주제로 세미나를 해주셨습니다.

이 사진은 발표를 하다 리눅스가 깔린 노트북에서 Open Office에 열리진 ppt내용 찾을때 찍었습니다.

여기서 Emacs의 무한한 기능을 알려주시며, 저에게도 공감되는 내용들을 많이 알려주었습니다.

(예를들어, 일주일걸려 버그 고쳤는데 메뉴얼 타이핑에러때문에 삽질했다는 이야기 등등 - 이번에 Sakai Project라는 오픈소스프로젝트할때 느꼈던 내용이랑 똑같음 ㅠㅠ)

'사진' 카테고리의 다른 글

Ego君's Blog  (1) 2008.06.26
Ego君's Blog  (0) 2008.06.20
Ego君's Blog  (0) 2008.05.11
Mozilla Community 10주년 기념 사진 축하 메시지  (0) 2008.04.01
Ego君's Blog  (1) 2008.03.16
Buy me a coffeeBuy me a coffee

KLDP의 Cinsk님께서 홍익대학교 컴퓨터공학과 후배들에게
2008년 5월 11일 일요일 오후 1시 30분부터 "programming in the Emacs"란 주제로 세미나를 해주셨습니다.

이 사진은 발표를 하다 리눅스가 깔린 노트북에서 Open Office에 열리진 ppt내용 찾을때 찍었습니다.

여기서 Emacs의 무한한 기능을 알려주시며, 저에게도 공감되는 내용들을 많이 알려주었습니다.

(예를들어, 일주일걸려 버그 고쳤는데 메뉴얼 타이핑에러때문에 삽질했다는 이야기 등등 - 이번에 Sakai Project라는 오픈소스프로젝트할때 느꼈던 내용이랑 똑같음 ㅠㅠ)

Buy me a coffeeBuy me a coffee

KLDP의 Cinsk님께서 홍익대학교 컴퓨터공학과 후배들에게
2008년 5월 11일 일요일 오후 1시 30분부터 "programming in the Emacs"란 주제로 세미나를 해주셨습니다.


여기서 Emacs의 무한한 기능을 알려주시며, 저에게도 공감되는 내용들을 많이 알려주었습니다.

(예를들어, 일주일걸려 버그 고쳤는데 메뉴얼 타이핑에러때문에 삽질했다는 이야기 등등 - 이번에 Sakai Project라는 오픈소스프로젝트할때 느꼈던 내용이랑 똑같음 ㅠㅠ)

Buy me a coffeeBuy me a coffee

KLDP의 Cinsk님께서 홍익대학교 컴퓨터공학과 후배들에게
2008년 5월 11일 일요일 오후 1시 30분부터 "programming in the Emacs"란 주제로 세미나를 해주셨습니다.


여기서 Emacs의 무한한 기능을 알려주시며, 저에게도 공감되는 내용들을 많이 알려주었습니다.

(예를들어, 일주일걸려 버그 고쳤는데 메뉴얼 타이핑에러때문에 삽질했다는 이야기 등등 - 이번에 Sakai Project라는 오픈소스프로젝트할때 느꼈던 내용이랑 똑같음 ㅠㅠ)

'사진' 카테고리의 다른 글

Ego君's Blog  (0) 2008.06.20
Ego君's Blog  (0) 2008.05.11
Mozilla Community 10주년 기념 사진 축하 메시지  (0) 2008.04.01
Ego君's Blog  (1) 2008.03.16
Foxkeh Image  (0) 2008.02.17
Buy me a coffeeBuy me a coffee
이번에 Me2Day에 오랜만에 접속을 하려고 하였다.
그런데 로그인이 잘 안된다.-_-;;

로그인을 할때에 OpenID로 인증을 하기때문에 IdTail에서 OpenID로 로그인을 하는데 이런 메시지가 뜨는 것이다.
Me2day를 OpenID로 Login할때 나오는 에러 메시지

Me2day를 OpenID로 Login할때 나오는 에러 메시지. 그림을 클릭하면 크게 보입니다.


에러 메시지는 아래와 같은 내용이다.
Auth_OpenID_MalformedReturnURL Object ( [return_to] => http://me2day.net/openid/complete?redirect_url=http://me2day.net/ssie/2008/05/10#22:01:17&save_login=&nonce=UbIVXcr4 [message] => malformed return_to URL [query] => Array ( [url] => server [openid_mode] => checkid_setup [openid_return_to] => http://me2day.net/openid/complete?redirect_url=http://me2day.net/ssie/2008/05/10#22:01:17&save_login=&nonce=UbIVXcr4 [openid_trust_root] => http://me2day.net [openid_identity] => http://studioego.idtail.com/ [openid_assoc_handle] => {HMAC-SHA1}{48154c48}{06JRhw==} [openid.mode] => checkid_setup [openid.return_to] => http://me2day.net/openid/complete?redirect_url=http://me2day.net/ssie/2008/05/10#22:01:17&save_login=&nonce=UbIVXcr4 [openid.trust_root] => http://me2day.net [openid.identity] => http://studioego.idtail.com/ [openid.assoc_handle] => {HMAC-SHA1}{48154c48}{06JRhw==} ) )
이런 메시지를 로그인 할때 몇번 보았는데 이런 이유가 왜 나는지는 잘 모르겠다.
이거 버그 맞죠? ㅠㅠ

이해가 되지않는 메시지가 나와서 당황스럽습니다.
Buy me a coffeeBuy me a coffee

Ruby On Rails Linux Setting Log


 이번에 학교 연구실 Linux서버에 Ruby on rails를 설치하게 되었다.


여기서는 Ruby on rails를 설치한 일대기를 기록해보기로 한다.


Linux는 Fedora Core 7을 사용하였다.


어떻게 설치를 하였나?


 황대산님이 쓰신 웹개발 2.0 루비 온 레일스 라는 책에서는 Windows와 MAC OS에서 설치하는 방법만 나와있어서 Linux에서 설치하려고 할때에는 어떻게 설치하는지 몰라서 홈페이지에서 찾아보았다.


이번에 Ruby, Ruby on rails 설치는 링크(http://www.dreamincode.net/forums/index.php?showtopic=30705&hl)를 참고로 설치를 하였다.


 


필요한 Fedora package설치


우선 설치하기 전에 httpd와 mysql은 기본적으로 깔려있어야 한다.


혹시나 모를까봐 httpd(웹서버)와 Mysql(DB-데이터베이스)가 설치가 되었는지를 확인해본다.



[root@localhost ~]# yum install httpd mysql-server mysql



깔려져있다는 것을 확인을 하였다.



[root@localhost ~]# yum install httpd mysql-server mysql

Setting up Install Process

Parsing package install arguments

Package httpd - 2.2.8-1.fc7.x86_64 is already installed.

Package mysql-server - 5.0.45-6.fc7.x86_64 is already installed.

Package mysql - 5.0.45-6.fc7.x86_64 is already installed.

Nothing to do

[root@localhost ~]#



readline 라이브러리가 이 Linux에 깔려있다는 것을 확인하였다.



[root@localhost ~]# yum install readline

Setting up Install Process

Parsing package install arguments

Package readline - 5.2-4.fc7.i386 is already installed.

Package readline - 5.2-4.fc7.x86_64 is already installed.

Nothing to do

[root@localhost ~]#



깔려 있다는 것을 확인하였다.


 


Ruby Package 설치


Ruby는 우선 Fedora core 7 배포판에 있는 것으로 사용하기로 하였다.



[root@localhost ~]# yum install ruby

fedora                    100% |=========================| 2.1 kB    00:00

macromedia                100% |=========================| 1.9 kB    00:00

updates                   100% |=========================| 2.3 kB    00:00

primary.sqlite.bz2        100% |=========================| 3.9 MB    01:59

adobe-linux-i386          100% |=========================|  951 B    00:00

Setting up Install Process

Parsing package install arguments

Package ruby - 1.8.6.114-1.fc7.x86_64 is already installed.

Nothing to do

[root@localhost ~]#



이미 설치가 되어 있다는 것을 확인하였다 -_-;; (언제 깔았는지는 나도 잘 모른다.  컴퓨터를 받은 3월초에 Ruby를 사용한답시고 설치했을듯 하다.)


 


그리고 나서 RubyGems(루비젬)을 설치해보자.


루비젬(RubyGems)은 루비의 각종 라이브러리를 자동으로 설치하고 관리해주는 패키지 관리 유틸리티로 레일즈 설치에 사용된다.


루비젬은 Fedora Core 7 배포판에서 받아 설치를 한다.



 [root@localhost rubygems-1.1.1]# yum install rubygems



설치하면 아래와 같이 다른 프로그램도 깔리게 된다. 이것도 깔아야 설치가 된다.



[root@localhost rubygems-1.1.1]# yum install rubygems

Setting up Install Process

Parsing package install arguments

Resolving Dependencies

--> Running transaction check

---> Package rubygems.noarch 0:0.9.4-1.fc7 set to be updated

--> Processing Dependency: ruby-rdoc for package: rubygems

--> Running transaction check

---> Package ruby-rdoc.x86_64 0:1.8.6.114-1.fc7 set to be updated

--> Processing Dependency: ruby-irb = 1.8.6.114-1.fc7 for package: ruby-rdoc

--> Running transaction check

---> Package ruby-irb.x86_64 0:1.8.6.114-1.fc7 set to be updated

--> Finished Dependency Resolution


Dependencies Resolved


=============================================================================

 Package                 Arch       Version          Repository        Size

=============================================================================

Installing:

 rubygems                noarch     0.9.4-1.fc7      updates           498 k

Installing for dependencies:

 ruby-irb                x86_64     1.8.6.114-1.fc7  updates           274 k

 ruby-rdoc               x86_64     1.8.6.114-1.fc7  updates           342 k


Transaction Summary

=============================================================================

Install      3 Package(s)

Update       0 Package(s)

Remove       0 Package(s)


Total download size: 1.1 M

Is this ok [y/N]:



y(yes)를 입력하고 나서 설치를 한다.


설치를 하면 아래와 같은 글자들이 나온다.



Downloading Packages:

Running rpm_check_debug

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

  Installing: ruby-irb                     ######################### [1/3]

  Installing: ruby-rdoc                    ######################### [2/3]

  Installing: rubygems                     ######################### [3/3]


Installed: rubygems.noarch 0:0.9.4-1.fc7

Dependency Installed: ruby-irb.x86_64 0:1.8.6.114-1.fc7 ruby-rdoc.x86_64 0:1.8.6.114-1.fc7

Complete!

[root@localhost ~]#



그리고는 Complete!라 나오면서 설치가 끝난다.


그리고 나서 나머지도 설치를 한다.



[root@localhost ~]# yum install install ruby ruby-devel ruby-irb ruby-libs ruby-rdoc ruby-ri rubygems



아래와 같이 설치가 된다.



[root@localhost lib]# yum install install ruby ruby-devel ruby-irb ruby-libs ruby-rdoc ruby-ri rubygems

fedora                    100% |=========================| 2.1 kB    00:00

macromedia                100% |=========================| 1.9 kB    00:00

updates                   100% |=========================| 2.3 kB    00:00

primary.sqlite.bz2        100% |=========================| 3.1 MB    00:15

adobe-linux-i386          100% |=========================|  951 B    00:00

Setting up Install Process

Parsing package install arguments

No package install available.

Package ruby - 1.8.6.114-1.fc7.x86_64 is already installed.

Package ruby-irb - 1.8.6.114-1.fc7.x86_64 is already installed.

Package ruby-libs - 1.8.6.114-1.fc7.x86_64 is already installed.

Package ruby-rdoc - 1.8.6.114-1.fc7.x86_64 is already installed.

Package rubygems - 0.9.4-1.fc7.noarch is already installed.

Resolving Dependencies

--> Running transaction check

---> Package ruby-libs.i386 0:1.8.6.114-1.fc7 set to be updated

---> Package ruby-devel.i386 0:1.8.6.114-1.fc7 set to be updated

---> Package ruby-ri.x86_64 0:1.8.6.114-1.fc7 set to be updated

---> Package ruby-devel.x86_64 0:1.8.6.114-1.fc7 set to be updated

--> Finished Dependency Resolution


Dependencies Resolved


=============================================================================

 Package                 Arch       Version          Repository        Size

=============================================================================

Installing:

 ruby-devel              i386       1.8.6.114-1.fc7  updates           770 k

 ruby-devel              x86_64     1.8.6.114-1.fc7  updates           778 k

 ruby-ri                 x86_64     1.8.6.114-1.fc7  updates           2.0 M

Installing for dependencies:

 ruby-libs               i386       1.8.6.114-1.fc7  updates           1.7 M


Transaction Summary

=============================================================================

Install      4 Package(s)

Update       0 Package(s)

Remove       0 Package(s)


Total download size: 5.2 M

Is this ok [y/N]: y

Downloading Packages:

(1/4): ruby-devel-1.8.6.1 100% |=========================| 778 kB    00:06

(2/4): ruby-ri-1.8.6.114- 100% |=========================| 2.0 MB    00:05

(3/4): ruby-devel-1.8.6.1 100% |=========================| 770 kB    00:03

(4/4): ruby-libs-1.8.6.11 100% |=========================| 1.7 MB    00:05

Running rpm_check_debug

Running Transaction Test

Finished Transaction Test

Transaction Test Succeeded

Running Transaction

  Installing: ruby-libs                    ######################### [1/4]

  Installing: ruby-devel                   ######################### [2/4]

  Installing: ruby-ri                      ######################### [3/4]

  Installing: ruby-devel                   ######################### [4/4]


Installed: ruby-devel.i386 0:1.8.6.114-1.fc7 ruby-devel.x86_64 0:1.8.6.114-1.fc7 ruby-ri.x86_64 0:1.8.6.114-1.fc7

Dependency Installed: ruby-libs.i386 0:1.8.6.114-1.fc7

Complete!

[root@localhost lib]#



설치를 다 하였으면 아래 명령어로 rails를 설치하자.



[root@localhost ~]# gem install rails --include-dependencies



아래와 같이 설치가 된다.



[root@localhost ~]# gem install rails --include-dependencies

Bulk updating Gem source index for: http://gems.rubyforge.org

Successfully installed rails-2.0.2

Successfully installed rake-0.8.1

Successfully installed activesupport-2.0.2

Successfully installed activerecord-2.0.2

Successfully installed actionpack-2.0.2

Successfully installed actionmailer-2.0.2

Successfully installed activeresource-2.0.2

Installing ri documentation for rake-0.8.1...

Installing ri documentation for activesupport-2.0.2...

Installing ri documentation for activerecord-2.0.2...

Installing ri documentation for actionpack-2.0.2...

Installing ri documentation for actionmailer-2.0.2...

Installing ri documentation for activeresource-2.0.2...

Installing RDoc documentation for rake-0.8.1...

Installing RDoc documentation for activesupport-2.0.2...

Installing RDoc documentation for activerecord-2.0.2...

Installing RDoc documentation for actionpack-2.0.2...

Installing RDoc documentation for actionmailer-2.0.2...

Installing RDoc documentation for activeresource-2.0.2...

[root@localhost ~]#



rails를 설치를 하였으면 mongrel를 설치하기로 한다.


아래와 같이 명령어 쳐서 설치하면 된다.



[root@localhost ~]# gem install gem_plugin daemons capistrano --include-dependencies


[root@localhost ~]# gem install mongrel mongrel_cluster railsmachine --include-dependencies



아래와 같이 설치가 된다.



[root@localhost ~]# gem install gem_plugin daemons capistrano --include-dependencies

Successfully installed gem_plugin-0.2.3

Installing ri documentation for gem_plugin-0.2.3...

Installing RDoc documentation for gem_plugin-0.2.3...

Successfully installed daemons-1.0.10

Installing ri documentation for daemons-1.0.10...

While generating documentation for daemons-1.0.10

... MESSAGE:   Unhandled special: Special: type=33, text="All"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/daemons-1.0.10/ri --quiet lib README Releases TODO

(continuing with the rest of the installation)

Installing RDoc documentation for daemons-1.0.10...

Successfully installed capistrano-2.3.0

Successfully installed net-ssh-2.0.1

Successfully installed net-sftp-2.0.0

Successfully installed net-scp-1.0.0

Successfully installed net-ssh-gateway-1.0.0

Successfully installed highline-1.4.0

Installing ri documentation for capistrano-2.3.0...

While generating documentation for capistrano-2.3.0

... MESSAGE:   Unhandled special: Special: type=33, text="Notes"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/capistrano-2.3.0/ri --quiet lib

(continuing with the rest of the installation)

Installing ri documentation for net-ssh-2.0.1...

While generating documentation for net-ssh-2.0.1

... MESSAGE:   Unhandled special: Special: type=33, text="This"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-ssh-2.0.1/ri --quiet lib

(continuing with the rest of the installation)

Installing ri documentation for net-sftp-2.0.0...

While generating documentation for net-sftp-2.0.0

... MESSAGE:   Unhandled special: Special: type=33, text="Net::SFTP"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-sftp-2.0.0/ri --quiet lib

(continuing with the rest of the installation)

Installing ri documentation for net-scp-1.0.0...

While generating documentation for net-scp-1.0.0

... MESSAGE:   Unhandled special: Special: type=33, text="Provides"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-scp-1.0.0/ri --quiet lib

(continuing with the rest of the installation)

Installing ri documentation for net-ssh-gateway-1.0.0...

While generating documentation for net-ssh-gateway-1.0.0

... MESSAGE:   Unhandled special: Special: type=33, text="A"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-ssh-gateway-1.0.0/ri --quiet lib

(continuing with the rest of the installation)

Installing ri documentation for highline-1.4.0...

While generating documentation for highline-1.4.0

... MESSAGE:   Unhandled special: Special: type=33, text="A"

... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/highline-1.4.0/ri --title HighLine Documentation --main README --quiet lib README INSTALL TODO CHANGELOG LICENSE

(continuing with the rest of the installation)

Installing RDoc documentation for capistrano-2.3.0...

Installing RDoc documentation for net-ssh-2.0.1...

Installing RDoc documentation for net-sftp-2.0.0...

Installing RDoc documentation for net-scp-1.0.0...

Installing RDoc documentation for net-ssh-gateway-1.0.0...

Installing RDoc documentation for highline-1.4.0...

[root@localhost ~]#

[root@localhost ~]# gem install mongrel mongrel_cluster railsmachine --include-dependencies

Select which gem to install for your platform (x86_64-linux)

 1. mongrel 1.1.4 (ruby)

 2. mongrel 1.1.4 (java)

 3. mongrel 1.1.4 (x86-mswin32-60)

 4. mongrel 1.1.3 (java)

 5. mongrel 1.1.3 (i386-mswin32)

 6. mongrel 1.1.3 (ruby)

 7. Skip this gem

 8. Cancel installation

> 1

Select which gem to install for your platform (x86_64-linux)

 1. fastthread 1.0.1 (mswin32)

 2. fastthread 1.0.1 (ruby)

 3. fastthread 1.0.1 (i386-mswin32)

 4. Skip this gem

 5. Cancel installation

> 2

Building native extensions.  This could take a while...

Building native extensions.  This could take a while...

Successfully installed mongrel-1.1.4

Successfully installed fastthread-1.0.1

Successfully installed cgi_multipart_eof_fix-2.5.0

Installing ri documentation for mongrel-1.1.4...

Installing ri documentation for fastthread-1.0.1...


No definition for dummy_dump


No definition for dummy_dump


No definition for rb_queue_marshal_load


No definition for rb_queue_marshal_dump

Installing ri documentation for cgi_multipart_eof_fix-2.5.0...

Installing RDoc documentation for mongrel-1.1.4...

Installing RDoc documentation for fastthread-1.0.1...


No definition for dummy_dump


No definition for dummy_dump


No definition for rb_queue_marshal_load


No definition for rb_queue_marshal_dump

Installing RDoc documentation for cgi_multipart_eof_fix-2.5.0...

Successfully installed mongrel_cluster-1.0.5

Successfully installed railsmachine-1.0.0

[root@localhost ~]#



For the last install, it may ask which version you want, choose the latest ruby versions.


마지막 설치에서 어떤 버전을 원하는지를 물어보는데 나는 최신 Ruby 버전을 선택하였다.



Select which gem to install for your platform (x86_64-linux)

 1. mongrel 1.1.4 (ruby)

 2. mongrel 1.1.4 (java)

 3. mongrel 1.1.4 (x86-mswin32-60)

 4. mongrel 1.1.3 (java)

 5. mongrel 1.1.3 (i386-mswin32)

 6. mongrel 1.1.3 (ruby)

 7. Skip this gem

 8. Cancel installation

> 1

Select which gem to install for your platform (x86_64-linux)

 1. fastthread 1.0.1 (mswin32)

 2. fastthread 1.0.1 (ruby)

 3. fastthread 1.0.1 (i386-mswin32)

 4. Skip this gem

 5. Cancel installation

> 2



이유는 간단하다. 웹페이지에 쓰여져 있기 때문이다. 물어보는것도 Platform을 어떤 것으로 하는 가를 물어보기 때문에 선택할 것이 Ruby밖에 없었다. (Ruby 설치하는 법도 잘 모르므로 -_-;; 자세한 것은 고수님 Help~)


 


 


Mongrel 설정


root권한에서 설정을 하였다.


* Creating a mongrel user to run mongrel as: /usr/sbin/adduser -r mongrel
* Create mongrel conf directory: mkdir /etc/mongrel_cluster
* Symlink mongrel initscript

ln -s /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/resources/mongrel_cluster /etc/init.d/mongrel_cluster
* Make it executable chmod 755 /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/resources/mongrel_cluster
* Add it to chkconfig chkconfig --add mongrel_cluster
* Enable it in chkconfig chkconfig mongrel_cluster on


여기서 중요한 점은 mongrel_cluster 버전이 뭔가에 따라 폴더이름이 다르다. 이 점을 유의해야 한다.


 


후기


설치는 링크(http://www.dreamincode.net/forums/index.php?showtopic=30705&hl)를 참고로 설치를 하였다.


나도 웹에서 보고 찾은 내용들을 한글로 정리하니까 뿌듯(?)까지는 아니지만 한글 Rails문서를 쓴다는 것에 보람을 느낀다.


말로만 듣던 Ruby on Rails를 나도 개발하게 되는 것인가? ㅎㅎ


 



이 글은 스프링노트에서 작성되었습니다.

Buy me a coffeeBuy me a coffee

Ruby On Rails Linux Setting Log

 이번에 학교 연구실 Linux서버에 Ruby on rails를 설치하게 되었다.

여기서는 Ruby on rails를 설치한 일대기를 기록해보기로 한다.

Linux는 Fedora Core 7을 사용하였다.

어떻게 설치를 하였나?

 황대산님이 쓰신 웹개발 2.0 루비 온 레일스 라는 책에서는 Windows와 MAC OS에서 설치하는 방법만 나와있어서 Linux에서 설치하려고 할때에는 어떻게 설치하는지 몰라서 홈페이지에서 찾아보았다.

이번에 Ruby, Ruby on rails 설치는 링크(http://www.dreamincode.net/forums/index.php?showtopic=30705&hl)를 참고로 설치를 하였다.

 

필요한 Fedora package설치

우선 설치하기 전에 httpd와 mysql은 기본적으로 깔려있어야 한다.

혹시나 모를까봐 httpd(웹서버)와 Mysql(DB-데이터베이스)가 설치가 되었는지를 확인해본다.

[root@localhost ~]# yum install httpd mysql-server mysql

깔려져있다는 것을 확인을 하였다.

[root@localhost ~]# yum install httpd mysql-server mysql
Setting up Install Process
Parsing package install arguments
Package httpd - 2.2.8-1.fc7.x86_64 is already installed.
Package mysql-server - 5.0.45-6.fc7.x86_64 is already installed.
Package mysql - 5.0.45-6.fc7.x86_64 is already installed.
Nothing to do
[root@localhost ~]#

readline 라이브러리가 이 Linux에 깔려있다는 것을 확인하였다.

[root@localhost ~]# yum install readline
Setting up Install Process
Parsing package install arguments
Package readline - 5.2-4.fc7.i386 is already installed.
Package readline - 5.2-4.fc7.x86_64 is already installed.
Nothing to do
[root@localhost ~]#

깔려 있다는 것을 확인하였다.

 

Ruby Package 설치

Ruby는 우선 Fedora core 7 배포판에 있는 것으로 사용하기로 하였다.

[root@localhost ~]# yum install ruby
fedora                    100% |=========================| 2.1 kB    00:00
macromedia                100% |=========================| 1.9 kB    00:00
updates                   100% |=========================| 2.3 kB    00:00
primary.sqlite.bz2        100% |=========================| 3.9 MB    01:59
adobe-linux-i386          100% |=========================|  951 B    00:00
Setting up Install Process
Parsing package install arguments
Package ruby - 1.8.6.114-1.fc7.x86_64 is already installed.
Nothing to do
[root@localhost ~]#

이미 설치가 되어 있다는 것을 확인하였다 -_-;; (언제 깔았는지는 나도 잘 모른다.  컴퓨터를 받은 3월초에 Ruby를 사용한답시고 설치했을듯 하다.)

 

그리고 나서 RubyGems(루비젬)을 설치해보자.

루비젬(RubyGems)은 루비의 각종 라이브러리를 자동으로 설치하고 관리해주는 패키지 관리 유틸리티로 레일즈 설치에 사용된다.

루비젬은 Fedora Core 7 배포판에서 받아 설치를 한다.

 [root@localhost rubygems-1.1.1]# yum install rubygems

설치하면 아래와 같이 다른 프로그램도 깔리게 된다. 이것도 깔아야 설치가 된다.

[root@localhost rubygems-1.1.1]# yum install rubygems
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package rubygems.noarch 0:0.9.4-1.fc7 set to be updated
--> Processing Dependency: ruby-rdoc for package: rubygems
--> Running transaction check
---> Package ruby-rdoc.x86_64 0:1.8.6.114-1.fc7 set to be updated
--> Processing Dependency: ruby-irb = 1.8.6.114-1.fc7 for package: ruby-rdoc
--> Running transaction check
---> Package ruby-irb.x86_64 0:1.8.6.114-1.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 rubygems                noarch     0.9.4-1.fc7      updates           498 k
Installing for dependencies:
 ruby-irb                x86_64     1.8.6.114-1.fc7  updates           274 k
 ruby-rdoc               x86_64     1.8.6.114-1.fc7  updates           342 k

Transaction Summary
=============================================================================
Install      3 Package(s)
Update       0 Package(s)
Remove       0 Package(s)

Total download size: 1.1 M
Is this ok [y/N]:

y(yes)를 입력하고 나서 설치를 한다.

설치를 하면 아래와 같은 글자들이 나온다.

Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: ruby-irb                     ######################### [1/3]
  Installing: ruby-rdoc                    ######################### [2/3]
  Installing: rubygems                     ######################### [3/3]

Installed: rubygems.noarch 0:0.9.4-1.fc7
Dependency Installed: ruby-irb.x86_64 0:1.8.6.114-1.fc7 ruby-rdoc.x86_64 0:1.8.6.114-1.fc7
Complete!
[root@localhost ~]#

그리고는 Complete!라 나오면서 설치가 끝난다.

그리고 나서 나머지도 설치를 한다.

[root@localhost ~]# yum install install ruby ruby-devel ruby-irb ruby-libs ruby-rdoc ruby-ri rubygems

아래와 같이 설치가 된다.

[root@localhost lib]# yum install install ruby ruby-devel ruby-irb ruby-libs ruby-rdoc ruby-ri rubygems
fedora                    100% |=========================| 2.1 kB    00:00
macromedia                100% |=========================| 1.9 kB    00:00
updates                   100% |=========================| 2.3 kB    00:00
primary.sqlite.bz2        100% |=========================| 3.1 MB    00:15
adobe-linux-i386          100% |=========================|  951 B    00:00
Setting up Install Process
Parsing package install arguments
No package install available.
Package ruby - 1.8.6.114-1.fc7.x86_64 is already installed.
Package ruby-irb - 1.8.6.114-1.fc7.x86_64 is already installed.
Package ruby-libs - 1.8.6.114-1.fc7.x86_64 is already installed.
Package ruby-rdoc - 1.8.6.114-1.fc7.x86_64 is already installed.
Package rubygems - 0.9.4-1.fc7.noarch is already installed.
Resolving Dependencies
--> Running transaction check
---> Package ruby-libs.i386 0:1.8.6.114-1.fc7 set to be updated
---> Package ruby-devel.i386 0:1.8.6.114-1.fc7 set to be updated
---> Package ruby-ri.x86_64 0:1.8.6.114-1.fc7 set to be updated
---> Package ruby-devel.x86_64 0:1.8.6.114-1.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 ruby-devel              i386       1.8.6.114-1.fc7  updates           770 k
 ruby-devel              x86_64     1.8.6.114-1.fc7  updates           778 k
 ruby-ri                 x86_64     1.8.6.114-1.fc7  updates           2.0 M
Installing for dependencies:
 ruby-libs               i386       1.8.6.114-1.fc7  updates           1.7 M

Transaction Summary
=============================================================================
Install      4 Package(s)
Update       0 Package(s)
Remove       0 Package(s)

Total download size: 5.2 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): ruby-devel-1.8.6.1 100% |=========================| 778 kB    00:06
(2/4): ruby-ri-1.8.6.114- 100% |=========================| 2.0 MB    00:05
(3/4): ruby-devel-1.8.6.1 100% |=========================| 770 kB    00:03
(4/4): ruby-libs-1.8.6.11 100% |=========================| 1.7 MB    00:05
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: ruby-libs                    ######################### [1/4]
  Installing: ruby-devel                   ######################### [2/4]
  Installing: ruby-ri                      ######################### [3/4]
  Installing: ruby-devel                   ######################### [4/4]

Installed: ruby-devel.i386 0:1.8.6.114-1.fc7 ruby-devel.x86_64 0:1.8.6.114-1.fc7 ruby-ri.x86_64 0:1.8.6.114-1.fc7
Dependency Installed: ruby-libs.i386 0:1.8.6.114-1.fc7
Complete!
[root@localhost lib]#

설치를 다 하였으면 아래 명령어로 rails를 설치하자.

[root@localhost ~]# gem install rails --include-dependencies

아래와 같이 설치가 된다.

[root@localhost ~]# gem install rails --include-dependencies
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-2.0.2
Successfully installed rake-0.8.1
Successfully installed activesupport-2.0.2
Successfully installed activerecord-2.0.2
Successfully installed actionpack-2.0.2
Successfully installed actionmailer-2.0.2
Successfully installed activeresource-2.0.2
Installing ri documentation for rake-0.8.1...
Installing ri documentation for activesupport-2.0.2...
Installing ri documentation for activerecord-2.0.2...
Installing ri documentation for actionpack-2.0.2...
Installing ri documentation for actionmailer-2.0.2...
Installing ri documentation for activeresource-2.0.2...
Installing RDoc documentation for rake-0.8.1...
Installing RDoc documentation for activesupport-2.0.2...
Installing RDoc documentation for activerecord-2.0.2...
Installing RDoc documentation for actionpack-2.0.2...
Installing RDoc documentation for actionmailer-2.0.2...
Installing RDoc documentation for activeresource-2.0.2...
[root@localhost ~]#

rails를 설치를 하였으면 mongrel를 설치하기로 한다.

아래와 같이 명령어 쳐서 설치하면 된다.

[root@localhost ~]# gem install gem_plugin daemons capistrano --include-dependencies

[root@localhost ~]# gem install mongrel mongrel_cluster railsmachine --include-dependencies

아래와 같이 설치가 된다.

[root@localhost ~]# gem install gem_plugin daemons capistrano --include-dependencies
Successfully installed gem_plugin-0.2.3
Installing ri documentation for gem_plugin-0.2.3...
Installing RDoc documentation for gem_plugin-0.2.3...
Successfully installed daemons-1.0.10
Installing ri documentation for daemons-1.0.10...
While generating documentation for daemons-1.0.10
... MESSAGE:   Unhandled special: Special: type=33, text="All"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/daemons-1.0.10/ri --quiet lib README Releases TODO
(continuing with the rest of the installation)
Installing RDoc documentation for daemons-1.0.10...
Successfully installed capistrano-2.3.0
Successfully installed net-ssh-2.0.1
Successfully installed net-sftp-2.0.0
Successfully installed net-scp-1.0.0
Successfully installed net-ssh-gateway-1.0.0
Successfully installed highline-1.4.0
Installing ri documentation for capistrano-2.3.0...
While generating documentation for capistrano-2.3.0
... MESSAGE:   Unhandled special: Special: type=33, text="Notes"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/capistrano-2.3.0/ri --quiet lib
(continuing with the rest of the installation)
Installing ri documentation for net-ssh-2.0.1...
While generating documentation for net-ssh-2.0.1
... MESSAGE:   Unhandled special: Special: type=33, text="This"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-ssh-2.0.1/ri --quiet lib
(continuing with the rest of the installation)
Installing ri documentation for net-sftp-2.0.0...
While generating documentation for net-sftp-2.0.0
... MESSAGE:   Unhandled special: Special: type=33, text="Net::SFTP"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-sftp-2.0.0/ri --quiet lib
(continuing with the rest of the installation)
Installing ri documentation for net-scp-1.0.0...
While generating documentation for net-scp-1.0.0
... MESSAGE:   Unhandled special: Special: type=33, text="Provides"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-scp-1.0.0/ri --quiet lib
(continuing with the rest of the installation)
Installing ri documentation for net-ssh-gateway-1.0.0...
While generating documentation for net-ssh-gateway-1.0.0
... MESSAGE:   Unhandled special: Special: type=33, text="A"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/net-ssh-gateway-1.0.0/ri --quiet lib
(continuing with the rest of the installation)
Installing ri documentation for highline-1.4.0...
While generating documentation for highline-1.4.0
... MESSAGE:   Unhandled special: Special: type=33, text="A"
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/highline-1.4.0/ri --title HighLine Documentation --main README --quiet lib README INSTALL TODO CHANGELOG LICENSE
(continuing with the rest of the installation)
Installing RDoc documentation for capistrano-2.3.0...
Installing RDoc documentation for net-ssh-2.0.1...
Installing RDoc documentation for net-sftp-2.0.0...
Installing RDoc documentation for net-scp-1.0.0...
Installing RDoc documentation for net-ssh-gateway-1.0.0...
Installing RDoc documentation for highline-1.4.0...
[root@localhost ~]#
[root@localhost ~]# gem install mongrel mongrel_cluster railsmachine --include-dependencies
Select which gem to install for your platform (x86_64-linux)
 1. mongrel 1.1.4 (ruby)
 2. mongrel 1.1.4 (java)
 3. mongrel 1.1.4 (x86-mswin32-60)
 4. mongrel 1.1.3 (java)
 5. mongrel 1.1.3 (i386-mswin32)
 6. mongrel 1.1.3 (ruby)
 7. Skip this gem
 8. Cancel installation
> 1
Select which gem to install for your platform (x86_64-linux)
 1. fastthread 1.0.1 (mswin32)
 2. fastthread 1.0.1 (ruby)
 3. fastthread 1.0.1 (i386-mswin32)
 4. Skip this gem
 5. Cancel installation
> 2
Building native extensions.  This could take a while...
Building native extensions.  This could take a while...
Successfully installed mongrel-1.1.4
Successfully installed fastthread-1.0.1
Successfully installed cgi_multipart_eof_fix-2.5.0
Installing ri documentation for mongrel-1.1.4...
Installing ri documentation for fastthread-1.0.1...

No definition for dummy_dump

No definition for dummy_dump

No definition for rb_queue_marshal_load

No definition for rb_queue_marshal_dump
Installing ri documentation for cgi_multipart_eof_fix-2.5.0...
Installing RDoc documentation for mongrel-1.1.4...
Installing RDoc documentation for fastthread-1.0.1...

No definition for dummy_dump

No definition for dummy_dump

No definition for rb_queue_marshal_load

No definition for rb_queue_marshal_dump
Installing RDoc documentation for cgi_multipart_eof_fix-2.5.0...
Successfully installed mongrel_cluster-1.0.5
Successfully installed railsmachine-1.0.0
[root@localhost ~]#

For the last install, it may ask which version you want, choose the latest ruby versions.

마지막 설치에서 어떤 버전을 원하는지를 물어보는데 나는 최신 Ruby 버전을 선택하였다.

Select which gem to install for your platform (x86_64-linux)
 1. mongrel 1.1.4 (ruby)
 2. mongrel 1.1.4 (java)
 3. mongrel 1.1.4 (x86-mswin32-60)
 4. mongrel 1.1.3 (java)
 5. mongrel 1.1.3 (i386-mswin32)
 6. mongrel 1.1.3 (ruby)
 7. Skip this gem
 8. Cancel installation
> 1
Select which gem to install for your platform (x86_64-linux)
 1. fastthread 1.0.1 (mswin32)
 2. fastthread 1.0.1 (ruby)
 3. fastthread 1.0.1 (i386-mswin32)
 4. Skip this gem
 5. Cancel installation
> 2

이유는 간단하다. 웹페이지에 쓰여져 있기 때문이다. 물어보는것도 Platform을 어떤 것으로 하는 가를 물어보기 때문에 선택할 것이 Ruby밖에 없었다. (Ruby 설치하는 법도 잘 모르므로 -_-;; 자세한 것은 고수님 Help~)

 

 

Mongrel 설정

root권한에서 설정을 하였다.

* Creating a mongrel user to run mongrel as: /usr/sbin/adduser -r mongrel
* Create mongrel conf directory: mkdir /etc/mongrel_cluster
* Symlink mongrel initscript
ln -s /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/resources/mongrel_cluster /etc/init.d/mongrel_cluster
* Make it executable chmod 755 /usr/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/resources/mongrel_cluster
* Add it to chkconfig chkconfig --add mongrel_cluster
* Enable it in chkconfig chkconfig mongrel_cluster on

여기서 중요한 점은 mongrel_cluster 버전이 뭔가에 따라 폴더이름이 다르다. 이 점을 유의해야 한다.

 

후기

설치는 링크(http://www.dreamincode.net/forums/index.php?showtopic=30705&hl)를 참고로 설치를 하였다.

나도 웹에서 보고 찾은 내용들을 한글로 정리하니까 뿌듯(?)까지는 아니지만 한글 Rails문서를 쓴다는 것에 보람을 느낀다.

말로만 듣던 Ruby on Rails를 나도 개발하게 되는 것인가? ㅎㅎ

 

이 글은 스프링노트에서 작성되었습니다.

Buy me a coffeeBuy me a coffee

+ Recent posts