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