Installs wkhtmltopdf static binaries. This cookbook is inspired by https://github.com/bflad/chef-wkhtmltopdf.
Cookbook Compatibility:
These attributes are under the node['wkhtmltopdf-update']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
dependency_packages | Packages that contain wkhtmltopdf dependencies | String | (auto-detected, see attributes/default.rb) |
install_dir | directory to install static binaries | String | /usr/local/bin |
lib_dir | directory to install libraries | String | '' |
mirror_url | URL for wkhtmltopdf | String | (auto-detected, see attributes/default.rb) |
platform | wkhtmltopdf platform and architecture | String | (auto-detected, see attributes/default.rb) |
version | wkhtmltopdf version to install | String | 0.12.4 |
recipe[wkhtmltopdf-update]
Installs wkhtmltoimage and wkhtmltopdfrecipe[wkhtmltopdf-update::binary]
Installs wkhtmltoimage and wkhtmltopdf static binariesHere's how you can quickly get testing or developing against the cookbook thanks to Vagrant and Berkshelf.
vagrant plugin install vagrant-berkshelf
vagrant plugin install vagrant-cachier
vagrant plugin install vagrant-omnibus
git clone git://github.com/ballisticpain/chef-wkhtmltopdf.git
cd chef-wkhtmltopdf
vagrant up BOX # BOX being centos5, centos6, debian7, fedora18, fedora19, fedora20, freebsd9, ubuntu1204, ubuntu1210, ubuntu1304, ubuntu1310, ubuntu1404, ubuntu1410, or ubuntu1604
You can then SSH into the running VM using the vagrant ssh BOX
command.
The VM can easily be stopped and deleted with the vagrant destroy
command. Please see the official Vagrant documentation for a more in depth explanation of available commands.
All vagrant up BOX commands will use VirtualBox with the exception of ubuntu14* boxes being able to use either VirtualBox or Parallels depending on what your local provider is set to.
Please use standard Github issues/pull requests and if possible, in combination with testing on the Vagrant boxes.
Please see licensing information in: LICENSE