Skip to content

PhilippeSchraepen/heroku-buildpack-phantomjs-2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: PhantomJS 2.0

This is a Heroku buildpack of PhantomJS 2.0.

Usage

Requires a Cedar-14 stack. Migrate to this stack prior to running.

Also required is the heroku-buildpack-multi and the heroku-buildpack-apt

Example usage:

$ heroku create --stack cedar-14 --buildpack https://github.com/ddollar/heroku-buildpack-multi
$ echo "https://github.com/ddollar/heroku-buildpack-apt" >> .buildpacks
$ echo "https://github.com/srbartlett/heroku-buildpack-phantomjs-2.0.git" >> .buildpacks
$ echo "libicu-dev" >> Aptfile

$ git push heroku master

About

PhantomJS 2.0 on Heroku

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%