Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making it work on Heroku #51

Open
SebastianPoell opened this issue Jan 31, 2018 · 0 comments
Open

Making it work on Heroku #51

SebastianPoell opened this issue Jan 31, 2018 · 0 comments

Comments

@SebastianPoell
Copy link

SebastianPoell commented Jan 31, 2018

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

tangentus added a commit to TangentialSolutions/todd that referenced this issue Apr 9, 2022
This commit does the following:

- removes the sqlite3 gem, as it is not supported on Heroku
- (no code change) Add heroku/jvm buildpack as recommended by
  yomurb/yomu#51
- (no code change) Add heroku-community/apt buildpack to add ability
  to install custom packages via apt via https://github.com/heroku/heroku-buildpack-apt
tangentus added a commit to TangentialSolutions/todd that referenced this issue Apr 9, 2022
This commit does the following:

- removes the sqlite3 gem, as it is not supported on Heroku
- (no code change) Add heroku/jvm buildpack as recommended by
  yomurb/yomu#51
- (no code change) Add heroku-community/apt buildpack to add ability
  to install custom packages via apt via https://github.com/heroku/heroku-buildpack-apt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant