GithubHelp home page GithubHelp logo

isuruf / heroku-buildpack-apt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ivahero/heroku-buildpack-apt

0.0 2.0 0.0 14 KB

This Heroku buildpack adds support for apt-based dependencies during compile and runtime. My fork adds package cache for faster deployment.

Shell 97.09% Ruby 2.91%

heroku-buildpack-apt's Introduction

heroku-buildpack-apt

Add support for apt-based dependencies during both compile and runtime.

Usage

This buildpack works best with heroku-buildpack-multi so that it can be used with your app's existing buildpacks.

Include a list of apt package names to be installed in a file named Aptfile

By default packages are downloaded from internet on every build. To speed things up, switch on caching:

heroku config:set APT_CACHING=yes

If Aptfile has not changed since last build, and packages are installed from package cache. If Aptfile has changed, or APT_CACHING=no, cache will be cleared and packages will be re-downloaded.

If you want to install packages from a non-standard repository, set its URL in the APT_SOURCE heroku variable like in a /etc/apt.list.d/custom.repo file:

deb http://dl.google.com/linux/chrome/deb/ stable main

Several repositories can be listed separated by comma.

You can disable Apt forcibly even if Aptfile is present by setting heroku varable APT_ENABLED=no.

Example

.buildpacks

https://github.com/ivandeex/heroku-buildpack-apt
https://github.com/heroku/heroku-buildpack-python

Aptfile

xvfb
fluxbox
x11-xkb-utils
xfonts-100dpi
http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb

Example output

Fetching buildpack... done
Detecting buildpack... done, Multipack
Fetching cache... done
Compiling app...
=====> Downloading Buildpack: https://github.com/ddollar/heroku-buildpack-apt
=====> Detected Framework: Apt
  Updating apt caches
  ...
  Installing libpq-dev_8.4.17-0ubuntu10.04_amd64.deb
  Installing libpq5_8.4.17-0ubuntu10.04_amd64.deb
  Writing profile script
=====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-ruby
...

License

MIT

heroku-buildpack-apt's People

Contributors

ddollar avatar evadne avatar gjtorikian avatar ivandeex avatar sjansen avatar sobrinho avatar tokafish avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.