Skip to content

din-co/heroku-buildpack-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: MySQL

This is a Heroku buildpack for heroku apps, that require msyql binaries on the dynos themselves. The buildpack acts as a supplement to the existing buildpacks available.

Forked from gaumire/heroku-buildpack-mysql

Usage

Example usage:

$ heroku buildpacks:add https://github.com/din-co/heroku-buildpack-mysql

$ git push heroku master
...
remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Fetching custom git buildpack... done
remote: -----> Mysql 5.1 app detected
remote: -----> Installing Mysql 5.1
remote: -----> Downloading minimized tarball
remote: --2015-06-13 05:09:14--  https://raw.githubusercontent.com/din-co/mysql-binary/master/mysql.tar.gz
remote: Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.27.76.133
remote: Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.27.76.133|:443... connected.
remote: HTTP request sent, awaiting response... 200 OK
remote: Length: 6575998 (6.3M) [application/octet-stream]
remote: Saving to: ‘mysql.tar.gz’
...

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%