CentOS 5에 varnish 3 설치 (yum)

Jmnote (토론 | 기여)님의 2014년 9월 20일 (토) 14:13 판 (새 문서: {{테스트|CentOS 5.8, varnish 3.0.5}} ==yum 저장소 추가== *"varnish-3.0" yum 저상소를 추가한다. <source lang='dos'> [root@jmnote ~]# wget https://repo.varnish-cache.or...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 yum 저장소 추가

  • "varnish-3.0" yum 저상소를 추가한다.
[root@jmnote ~]# 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@jmnote ~]# rpm -ivh varnish-3.0.el5.rpm
Preparing...                ########################################### [100%]
   1:varnish-release        ########################################### [100%]

2 설치

[root@jmnote ~]# yum install varnish ... (생략)

2.1 ===============================================================================
Package             Arch          Version                        Repository          Size
2.2 ===============================================================================

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

2.3 ===============================================================================

Install 3 Package(s) Upgrade 0 Package(s)

Total download size: 630 k Is this ok [y/N]: y </source>

... (생략)
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@jmnote 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 같이 보기

[[분류:

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