Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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