Skip to content

kristianlunde/Vardigan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Vardigan

Vagrant bash scripts

This repository contains provision bash scripts. Each script can be used as a standalone component or as part of a Vagrant provsion setup. These scripts are inspired by the Vaprobash repository by @fideloper.

Scripts

pdflib

Pdflib is a powerful PDF generation and editing library. This script installs pdflib for PHP. Both Pdflib 8.0.6 and 9.0.2 are supported for PHP 5.3.x, 5.4.x and 5.5.x. This installer also support both 32 and 64bit systems.

Vagrant

#Install pdflib 8.0.6
config.vm.provision "shell", path: "scripts/pdflib.sh", args: ["8.0.6"] 
#or install pdflib 9.0.2
config.vm.provision "shell", path: "scripts/pdflib.sh"

Standalone

#Install pdflib 8.0.6
$ ./scripts/pdflib.sh 8.0.6 


#Install pdflib 9.0.2
$ ./scripts/pdflib.sh

About

Vagrant bash scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages