Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hayesgm/chef-mupdf
Chef script to install mupdf
https://github.com/hayesgm/chef-mupdf
Last synced: about 1 month ago
JSON representation
Chef script to install mupdf
- Host: GitHub
- URL: https://github.com/hayesgm/chef-mupdf
- Owner: hayesgm
- License: mit
- Created: 2014-02-04T23:11:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T07:40:59.000Z (about 8 years ago)
- Last Synced: 2024-04-15T14:00:52.255Z (7 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chef-mupdf
================Chef cookbook for installing [mupdf][mupdf].
This cookbook installs mupdf from the source.
Usage
=====Simply include the recipe `mupdf`.
Testing
=======You can test this recipe locally using [Vagrant][vagrant] with
the supplied Vagrantfile. Make sure Vagrant is installed:gem install vagrant
Then simply:
vagrant up
To test changes against an already running Vagrant box run:
vagrant provision
[mupdf]: http://www.mupdf.com/
[vagrant]: http://www.vagrantup.com