srbartlett / heroku-buildpack-phantomjs-2.0

PhantomJS 2.0 on Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PhantomJS 2.0 on Heroku


Languages

Language:Shell 100.0%