Commit 23fc0028 authored by Francisco Velázquez's avatar Francisco Velázquez Committed by Lasse Karstensen

Adding detials to installation from source code

parent 772777ac
......@@ -141,9 +141,13 @@ Installing
And finally, the true test of a brave heart: ``sudo make install``
Varnish will now be installed in `/usr/local`. The `varnishd` binary is in
`/usr/local/sbin/varnishd` and its default configuration will be
`/usr/local/etc/varnish/default.vcl`.
Varnish will now be installed in ``/usr/local``. The ``varnishd`` binary is in
`/usr/local/sbin/varnishd`. To make sure that the necessary links and caches
to the most recent shared libraries are found, run ``sudo ldconfig``.
After successful installation you are ready to proceed to the :ref:`tutorial-index`.
This tutorial, however, is written for installations from binary packages.
In practice, it means that you cannot call ``service varnish start`` out of the box.
Instead, you start the varnish daemon manually, for example::
varnishd -a :6081 -T localhost:6082 -b localhost:8080 -f /path/my_file.vcl
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