You are here

README.txt in Lagoon Varnish 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

This module provides a zero configuration Varnish Cache setup for Drupal
sites running on amazeeio's Lagoon hosting system.

Installing this module sets up a purger with the same details as described in
https://lagoon.readthedocs.io/en/latest/using_lagoon/drupal/services/varnish/


REQUIREMENTS
------------

This module lists all its requirements as direct dependencies.


INSTALLATION
------------

Run "composer require drupal/lagoon_varnish drupal/varnish_purge && drush pm-enable -y
lagoon_varnish varnish_purger varnish_purge_tags"

This will set up a Lagoon Varnish purger, which you can confirm by visiting
`admin/config/development/performance/purge`

This can be tested locally by following the steps described here
https://lagoon.readthedocs.io/en/latest/using_lagoon/drupal/services/varnish/#test-varnish-locally

CONFIGURATION
-------------

There should be no configuration required beyond enabling the module.
As long as it is running on a Lagoon environment it will deal with
clearing Varnish cache.

ACKNOWLEDGEMENTS
----------------

This module essentially builds from Varnish Purge https://www.drupal.org/project/varnish_purge
In particular, it builds off the VarnishPurger class.

MAINTAINERS
-----------

Blaize Kaye (drupal.org/bomoko)

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This module provides a zero configuration Varnish Cache setup for Drupal
  11. sites running on amazeeio's Lagoon hosting system.
  12. Installing this module sets up a purger with the same details as described in
  13. https://lagoon.readthedocs.io/en/latest/using_lagoon/drupal/services/varnish/
  14. REQUIREMENTS
  15. ------------
  16. This module lists all its requirements as direct dependencies.
  17. INSTALLATION
  18. ------------
  19. Run "composer require drupal/lagoon_varnish drupal/varnish_purge && drush pm-enable -y
  20. lagoon_varnish varnish_purger varnish_purge_tags"
  21. This will set up a Lagoon Varnish purger, which you can confirm by visiting
  22. `admin/config/development/performance/purge`
  23. This can be tested locally by following the steps described here
  24. https://lagoon.readthedocs.io/en/latest/using_lagoon/drupal/services/varnish/#test-varnish-locally
  25. CONFIGURATION
  26. -------------
  27. There should be no configuration required beyond enabling the module.
  28. As long as it is running on a Lagoon environment it will deal with
  29. clearing Varnish cache.
  30. ACKNOWLEDGEMENTS
  31. ----------------
  32. This module essentially builds from Varnish Purge https://www.drupal.org/project/varnish_purge
  33. In particular, it builds off the VarnishPurger class.
  34. MAINTAINERS
  35. -----------
  36. Blaize Kaye (drupal.org/bomoko)