[4.1] 23fc002 Adding detials to installation from source code

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:05 CET 2016


commit 23fc0028b45ce0eac086d358636b8abb1d7ba109
Author: Francisco Velázquez <francisco at varnish-software.com>
Date:   Tue Aug 25 18:29:15 2015 +0200

    Adding detials to installation from source code

diff --git a/doc/sphinx/installation/install.rst b/doc/sphinx/installation/install.rst
index 398e9af..e67757f 100644
--- a/doc/sphinx/installation/install.rst
+++ b/doc/sphinx/installation/install.rst
@@ -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



More information about the varnish-commit mailing list