From 1d1193abf74f482d3aa730dd29d3de3677d1042a Mon Sep 17 00:00:00 2001 From: Tony Ta Date: Mon, 26 Sep 2016 14:38:37 -0700 Subject: [PATCH] use heroku's built in multi buildpack support --- .buildpacks | 2 -- README.md | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .buildpacks diff --git a/.buildpacks b/.buildpacks deleted file mode 100644 index 7d0b206..0000000 --- a/.buildpacks +++ /dev/null @@ -1,2 +0,0 @@ -https://github.com/peterkeen/heroku-buildpack-vendorbinaries.git -https://github.com/heroku/heroku-buildpack-ruby.git \ No newline at end of file diff --git a/README.md b/README.md index a7f2d41..5aceaba 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Installing on Heroku is the easiest option. Simply clone the repo, create an app $ git clone https://github.com/Docverter/docverter.git $ cd docverter - $ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi.git + $ heroku create + $ heroku buildpacks:add heroku/ruby + $ heroku buildpacks:add https://github.com/peterkeen/heroku-buildpack-vendorbinaries $ heroku config:add PATH=bin:/app/bin:/app/jruby/bin:/usr/bin:/bin:/app/calibre/bin $ heroku config:add LD_LIBRARY_PATH=/app/calibre/lib $ git push heroku master