Skip to content

wikty/heroku-buildpack-python-phantomjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Python and PhantomJS

This is a Heroku buildpack for Python apps and ship with console application PhantomJS.

Usage

Example usage:

If your project repo have not a remote branch named heroku (in other words, you have not run heroku create), in your project directory:

$ heroku create --buildpack git://github.com/wikty/heroku-buildpack-python-phantomjs.git

If your project repo has a remote branch named heroku, in your project directory:

$ heroku config:add BUILDPACK_URL=git://github.com/wikty/heroku-buildpack-python-phantomjs.git

list git repo remote branch: git remote -v

Thanks stomita's phantomjs buildpack

About

Python-Phantomsj buildpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.8%
  • Shell 33.2%