Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

healthiqeng/heroku-buildpack-hiredis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

heroku-buildpack-hiredis

If a gem is depending on hiredis during gem install (such as recommendify), git push heroku master fails since Heroku slug compiler doesn't have hiredis by default. In this case, you need to add hiredis first and setup proper PATHs before you run bundle install. This buildpack is in charge of doing it.

How to use

Specify buildpack

heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

Add .buildpacks

cat << EOF > .buildpacks
https://github.com/keiko713/heroku-buildpack-hiredis.git
https://github.com/heroku/heroku-buildpack-ruby.git
EOF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%