Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 917 Bytes

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 - note the listed packages are required:

$ 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
$ cat <<EOT >> Aptfile
libicu52
libjpeg8
libfontconfig
libwebp5
EOT

$ git push heroku master