Commit 261b11b2 authored by Per Andreas Buer's avatar Per Andreas Buer

type. intro. exit.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4876 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0a1d74f7
...@@ -4,8 +4,12 @@ ...@@ -4,8 +4,12 @@
Installing Varnish on your computer Installing Varnish on your computer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
With open source software, you can choose to install binary With open source software, you can choose to install binary packages
packages or compile stuff from source-code. or compile stuff from source-code. To install a package or compile
from source is a matter of personal taste. If you don't know which
method too choose read the whole document and choose the method you
are most confortable with.
Installing Varnish from packages Installing Varnish from packages
================================ ================================
...@@ -22,8 +26,8 @@ From source: ...@@ -22,8 +26,8 @@ From source:
Binary package: Binary package:
``pkg_add -r varnish`` ``pkg_add -r varnish``
CentOS/RedHat 5.4 CentOS/RedHat
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~
We try to keep the lastest version available as prebuildt RPMs (el4 & We try to keep the lastest version available as prebuildt RPMs (el4 &
el5) on `SourceForge <http://sourceforge.net/projects/varnish/files/>`_. el5) on `SourceForge <http://sourceforge.net/projects/varnish/files/>`_.
...@@ -36,8 +40,8 @@ the latest version there is Varnish 2.0.6. ...@@ -36,8 +40,8 @@ the latest version there is Varnish 2.0.6.
EPEL6 should have Varnish 2.1 available once it releases. EPEL6 should have Varnish 2.1 available once it releases.
Debian/Ubuntu - DEB files Debian/Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Varnish is distributed with both Debian and Ubuntu. In order to get Varnish is distributed with both Debian and Ubuntu. In order to get
Varnish up and running type `sudo apt-get install varnish`. Please Varnish up and running type `sudo apt-get install varnish`. Please
...@@ -49,9 +53,9 @@ Other systems ...@@ -49,9 +53,9 @@ Other systems
You are probably best of compiling your own code. See `Compiling You are probably best of compiling your own code. See `Compiling
Varnish from source`_. Varnish from source`_.
If that worked for you, you can skip the rest of this document If that worked for you, you can skip the rest of this document for
for now, and and start reading the much more interesting :ref:`tutorial-index` now, and and start reading the much more interesting
instead. :ref:`tutorial-index` instead.
Compiling Varnish from source Compiling Varnish from source
...@@ -110,7 +114,7 @@ Configuring and compiling ...@@ -110,7 +114,7 @@ Configuring and compiling
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
Next, configuration: The configuration will need the dependencies Next, configuration: The configuration will need the dependencies
above satisfied. Once that is take care of::: above satisfied. Once that is taken care of:::
cd varnish-cache cd varnish-cache
sh autogen.sh sh autogen.sh
...@@ -140,6 +144,9 @@ And finally, the true test of a brave heart:: ...@@ -140,6 +144,9 @@ And finally, the true test of a brave heart::
make install make install
Varnish will now be installed in /usr/local. The varnishd binary is in Varnish will now be installed in /usr/local. The varnishd binary is in
/usr/local/sbin/varnishd and its /usr/local/sbin/varnishd and its default configuration will be
/usr/local/etc/varnish/default.vcl.
You can now proceed to the :ref:`tutorial-index`.
.. _SubVersion: http://subversion.tigris.org/ .. _SubVersion: http://subversion.tigris.org/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment