"CentOS 5에 varnish 3 설치 (yum)"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
3번째 줄: 3번째 줄:
==yum 저장소 추가==
==yum 저장소 추가==
*"varnish-3.0" yum 저상소를 추가한다.
*"varnish-3.0" yum 저상소를 추가한다.
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# wget https://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm
[root@zetawiki ~]# wget https://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm
... (생략)
... (생략)
Length: 2602 (2.5K) [application/x-redhat-package-manager]
Length: 2602 (2.5K) [application/x-redhat-package-manager]
13번째 줄: 13번째 줄:
2014-09-20 13:48:18 (496 MB/s) - `varnish-3.0.el5.rpm' saved [2602/2602]
2014-09-20 13:48:18 (496 MB/s) - `varnish-3.0.el5.rpm' saved [2602/2602]
</source>
</source>
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# rpm -ivh varnish-3.0.el5.rpm
[root@zetawiki ~]# rpm -ivh varnish-3.0.el5.rpm
Preparing...                ########################################### [100%]
Preparing...                ########################################### [100%]
   1:varnish-release        ########################################### [100%]
   1:varnish-release        ########################################### [100%]
20번째 줄: 20번째 줄:


==설치==
==설치==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# yum install varnish
[root@zetawiki ~]# yum install varnish
... (생략)
... (생략)
===========================================================================================
===========================================================================================
40번째 줄: 40번째 줄:
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</source>
<source lang='dos'>
<source lang='console'>
... (생략)
... (생략)
Installed:
Installed:
50번째 줄: 50번째 줄:
Complete!
Complete!
</source>
</source>
<source lang='dos'>
<source lang='console'>
[root@jmnote etc]# rpm -qa | grep varnish
[root@zetawiki etc]# rpm -qa | grep varnish
varnish-libs-3.0.5-1.el5.centos
varnish-libs-3.0.5-1.el5.centos
varnish-3.0.5-1.el5.centos
varnish-3.0.5-1.el5.centos
61번째 줄: 61번째 줄:
*[[varnish]]
*[[varnish]]


==참고 자료==
==참고==
*https://www.varnish-cache.org/installation/redhat
*https://www.varnish-cache.org/installation/redhat


[[분류: yum 설치]]
[[분류: yum 설치]]

2017년 6월 27일 (화) 01:51 기준 최신판

1 yum 저장소 추가[ | ]

  • "varnish-3.0" yum 저상소를 추가한다.
[root@zetawiki ~]# wget https://repo.varnish-cache.org/redhat/varnish-3.0.el5.rpm
... (생략)
Length: 2602 (2.5K) [application/x-redhat-package-manager]
Saving to: `varnish-3.0.el5.rpm'

100%[=================================================>] 2,602       --.-K/s   in 0s      

2014-09-20 13:48:18 (496 MB/s) - `varnish-3.0.el5.rpm' saved [2602/2602]
[root@zetawiki ~]# rpm -ivh varnish-3.0.el5.rpm
Preparing...                ########################################### [100%]
   1:varnish-release        ########################################### [100%]

2 설치[ | ]

[root@zetawiki ~]# yum install varnish
... (생략)
===========================================================================================
 Package             Arch          Version                        Repository          Size
===========================================================================================
Installing:
 varnish             x86_64        3.0.5-1.el5.centos             varnish-3.0        505 k
Installing for dependencies:
 libedit             x86_64        2.11-2.20080712cvs.el5         epel                80 k
 varnish-libs        x86_64        3.0.5-1.el5.centos             varnish-3.0         45 k

Transaction Summary
===========================================================================================
Install       3 Package(s)
Upgrade       0 Package(s)

Total download size: 630 k
Is this ok [y/N]: y
... (생략)
Installed:
  varnish.x86_64 0:3.0.5-1.el5.centos                                                      

Dependency Installed:
  libedit.x86_64 0:2.11-2.20080712cvs.el5     varnish-libs.x86_64 0:3.0.5-1.el5.centos    

Complete!
[root@zetawiki etc]# rpm -qa | grep varnish
varnish-libs-3.0.5-1.el5.centos
varnish-3.0.5-1.el5.centos
varnish-release-3.0-1

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}