yomurb / yomu

Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)

Home Page:http://github.com/yomurb/yomu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making it work on Heroku

SebastianPoell opened this issue · comments

commented

First of all: Nice Gem! (although it seems like it isn't maintained anymore?)
This is just in case, someone wants to use it on Heroku (e.g. in a Rails project).

You have to add the JVM Buildpack:
heroku buildpacks:add heroku/jvm --index 1 -a YOUR_APP_NAME

Otherwise you will get errors like: "No such file or directory - java".

Hope that helps ;)
Best Regards