Commit ef058a0c authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix up links and update for git.

parent 830f9837
...@@ -28,13 +28,15 @@ Binary package: ...@@ -28,13 +28,15 @@ Binary package:
CentOS/RedHat CentOS/RedHat
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
We try to keep the latest version available as prebuilt RPMs (el4 & We try to keep the latest version available as prebuilt RPMs (el5) on
el5) on `SourceForge <http://sourceforge.net/projects/varnish/files/>`_. `repo.varnish-cache.org <http://repo.varnish-cache.org/>`. See the
`RedHat installation instructions
<http://www.varnish-cache.org/installation/redhat>` for more information.
Varnish is included in the `EPEL Varnish is included in the `EPEL
<http://fedoraproject.org/wiki/EPEL>`_ repository. Unfortunately we <http://fedoraproject.org/wiki/EPEL>`_ repository. Unfortunately we
had a syntax change in Varnish 2.0.6->2.1.X. This means that we can had a syntax change in Varnish 2.0.6->2.1.X. This means that we can
not update Varnish in `EPEL <http://fedoraproject.org/wiki/EPEL>`_ so not update Varnish in `EPEL 5 <http://fedoraproject.org/wiki/EPEL>`_ so
the latest version there is Varnish 2.0.6. 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.
...@@ -44,7 +46,11 @@ Debian/Ubuntu ...@@ -44,7 +46,11 @@ 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
note that this might not be the latest version of Varnish. note that this might not be the latest version of Varnish. If you
need a later version of Varnish, please follow the installation
instructions for `Debian
<http://www.varnish-cache.org/installation/debian>` or `Ubuntu
<http://www.varnish-cache.org/installation/ubuntu>`.
Other systems Other systems
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
...@@ -64,18 +70,16 @@ If there are no binary packages available for your system, or if you ...@@ -64,18 +70,16 @@ If there are no binary packages available for your system, or if you
want to compile Varnish from source for other reasons, follow these want to compile Varnish from source for other reasons, follow these
steps: steps:
First get a copy of the source code using the ``svn`` command. If We recommend downloading a release tarball, which you can find on
you do not have this command, you need to install Subversion_ on `repo.varnish-cache.org <http://repo.varnish-cache.org/source/>`.
your system. There is usually a binary package, try substituting
"subversion" for "varnish" in the examples above, it might just work.
To fetch the current (2.1) production branch::: Alternatively, if you want to hack on Varnish, you should clone our
git repository by doing.
svn co http://varnish-cache.org/svn/branches/2.1 git clone git://git.varnish-cache.org/varnish-cache
To get the development source code::: Please note that a git checkout will need some more build-dependencies
than listed below, in particular the Python Docutils and Sphinx.
svn co http://varnish-cache.org/svn/trunk
Build dependencies on Debian / Ubuntu Build dependencies on Debian / Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...@@ -126,7 +130,7 @@ are run time parameters. ...@@ -126,7 +130,7 @@ are run time parameters.
Before you install, you may want to run the regression tests, make Before you install, you may want to run the regression tests, make
a cup of tea while it runs, it takes some minutes:: a cup of tea while it runs, it takes some minutes::
(cd bin/varnishtest && ./varnishtest tests/*.vtc) make check
Don't worry of a single or two tests fail, some of the tests are a Don't worry of a single or two tests fail, some of the tests are a
bit too timing sensitive (Please tell us which so we can fix it) but bit too timing sensitive (Please tell us which so we can fix it) but
...@@ -146,5 +150,3 @@ Varnish will now be installed in /usr/local. The varnishd binary is in ...@@ -146,5 +150,3 @@ Varnish will now be installed in /usr/local. The varnishd binary is in
/usr/local/etc/varnish/default.vcl. /usr/local/etc/varnish/default.vcl.
You can now proceed to the :ref:`tutorial-index`. You can now proceed to the :ref:`tutorial-index`.
.. _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