Commit 6e396497 authored by Geoff Simmons's avatar Geoff Simmons

Add installation instructions for RPMs.

parent ad281149
Pipeline #402 skipped
INSTALLATION
============
RPMs
~~~~
Binary, debuginfo and source RPMs for VMOD re2 are available at
packagecloud:
https://packagecloud.io/uplex/varnish
The packages are built for Enterprise Linux 7 (el7), and hence will
run on compatible distros (such as RHEL7, Fedora, CentOS 7 and Amazon
Linux).
To set up your YUM repository for the RPMs, follow these instructions:
https://packagecloud.io/uplex/varnish/install#manual-rpm
You will also need these additional repositories:
* EPEL7
* ``yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm``
* EPEL provides packages for the RE2 library, at least version
2015-05-01 is required.
* Official Varnish packages from packagecloud (since version 5.2.0)
* Follow the instructions at: https://packagecloud.io/varnishcache/varnish52/install#manual-rpm
If you have problems or questions concerning the RPMs, post an issue
to one of the source repository web sites, or contact
<varnish-support@uplex.de>.
Building from source
~~~~~~~~~~~~~~~~~~~~
The VMOD is built against a Varnish installation, and the autotools
use ``pkg-config(1)`` to locate the necessary header files and other
resources for both Varnish and RE2. This sequence will install the VMOD::
......
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