[Varnish] #1093: Installation on Ubuntu uses curl

Varnish varnish-bugs at varnish-cache.org
Sun Feb 12 07:41:00 CET 2012


#1093: Installation on Ubuntu uses curl
-----------------------------------------------+----------------------------
 Reporter:  wido                               |        Type:  enhancement
   Status:  new                                |    Priority:  normal     
Milestone:                                     |   Component:  website    
  Version:  3.0.0                              |    Severity:  normal     
 Keywords:  ubuntu,apt,curl,wget,installation  |  
-----------------------------------------------+----------------------------
 Page: https://www.varnish-cache.org/installation/ubuntu

 On clean Ubuntu systems cURL is not installed by default, so it's an extra
 step to setup cuRL before installing Varnish.

 I'd recommend changing the installation instructions to:

   wget -O - http://repo.varnish-cache.org/debian/GPG-key.txt | apt-key add
 -

   echo "deb http://repo.varnish-cache.org/ubuntu/ lucid varnish-3.0" >
 /etc/apt/sources.list.d/varnish.list
  apt-get update

  apt-get install varnish

 This uses wget and also places the Varnish source in it's own apt file.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1093>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list