Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

boxen/puppet-phantomjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhantomJS Puppet Module for Boxen

Build Status

Install PhantomJS a headless WebKit scriptable with a JavaScript API. This module uses Phantomenv to manage versions.

Usage

# Installs Phantomenv for PhantomJS version management
include phantomjs

# Install PhantomJS version 1.9.0
phantomjs::version { '1.9.0': }

# Sets local version of PhantomJS, writes .phantomenv file to directory specified (version should be installed already)
phantomjs::local { '/path/to/whatever':
  version => '1.9.0'
}

# Set the global version of PhantomJS (version should be installed already)
phantomjs::global { '1.9.0': }

Required Puppet Modules

  • boxen
  • homebrew (only on OS X)
  • repository
  • stdlib

Then write some code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

Install PhantomJS

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9