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
- Host: GitHub
- URL: https://github.com/brint/rax-mag-patch
- Owner: brint
- Created: 2014-04-10T19:29:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T19:44:13.000Z (about 12 years ago)
- Last Synced: 2025-02-08T05:19:30.618Z (over 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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