An open API service indexing awesome lists of open source software.

https://github.com/brint/rax-mag-patch

Patch cookbook for handling Varnish CE 1.8+ and the PageCache plugin
https://github.com/brint/rax-mag-patch

Last synced: about 1 year ago
JSON representation

Patch cookbook for handling Varnish CE 1.8+ and the PageCache plugin

Awesome Lists containing this project

README

          

rax-mag-patch Cookbook
======================
This cookbook is to install the work around for using the [Magento PageCache][]
plugin where support for 1.8.0.0+ is not offered. More details regarding the
issue can be found [here][].

This cookbook should only be used until the community version is updated, then
this cookbook should be removed from your run list. This should be run after
Magento has been installed.

Requirements
------------
* Chef 11+
* Cookbooks:
* `apt`
* `git`
* `magento`
* `varnish`

Attributes
----------
#### rax-mag-patch::default
Key|Type|Description|Default
-|-|-|-
`default['rax_mag_patch']['dest_dir']`|String|Path to Magento installation|`node['magento']['dir']`

Usage
-----
#### rax-mag-patch::default
TODO: Write usage instructions for each cookbook.

e.g.
Just include `rax-mag-patch` in your node's `run_list`:

```json
{
"name":"my_node",
"run_list": [
"recipe[rax-mag-patch]"
]
}
```

Contributing
------------

1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github

License and Authors
-------------------
Authors: Brint O'Hearn ()

[Magento PageCache]: https://github.com/PHOENIX-MEDIA/Magento-PageCache-powered-by-Varnish
[here]: https://github.com/PHOENIX-MEDIA/Magento-PageCache-powered-by-Varnish/issues/6