Skip to content

HasibulKabir/heroku-buildpack-rarlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack Rarlab

This is a Heroku buildpack for adding rar and unrar command in your Heroku application.

Multipacks

  • More likely, you'll want to use it as part of a larger project, which needs to use rar and unrar command. The easiest way to do this is with a multipack, where this is just one of the buildpacks you'll be working with. Follow commands below to get started.

      $ cat .buildpacks
      git://github.com/heroku/heroku-buildpack-python.git
      git://github.com/hasibulkabir/heroku-buildpack-rarlab.git
    
      $ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-multi
    

Another method

  • Directly add this buildpack in your heroku app. Follow this command 👇 otherwise add from herou app settings.

      heroku buildpacks:add https://github.com/HasibulKabir/heroku-buildpack-rarlab
    

Donation

Copyright

About

adds rar and unrar command on heroku application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages