Skip to content

raansari/heroku-buildpack-firefox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 

Repository files navigation

THIS BUILDPACK DOESN'T WORK.I AM NOT WORKING ON IT ANYMORE.PULL REQUESTS ARE INVITED. Heroku buildpack: Firefox

This is a Heroku buildpack for Firefox. Meant to be used in combination with something like xvfb, for headless operation.

Usage

Example usage:

$ heroku create --stack cedar --buildpack http://github.com/lordnibbler/firefox-buildpack

# or if your app is already created:
$ heroku config:add BUILDPACK_URL=http://github.com/lordnibbler/firefox-buildpack

$ git push heroku master

Note

If you're using heroku-buildpack-multi to include other buildpacks, you should set environment variable by your own to include following paths.

PATH="/usr/local/bin:/usr/bin:/bin:/app/vendor/firefox"
LD_LIBRARY_PATH="/usr/local/lib:/usr/lib:/lib:/app/vendor/firefox"

About

Heroku buildpack for firefox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%