-
Notifications
You must be signed in to change notification settings - Fork 98
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
Heroku deploy recipe fails to compile Multipack app #37
Comments
pimpin
referenced
this issue
Feb 27, 2015
For some reason the unofficial JRuby buildpack that Docverter had been using started breaking. See this stack overflow for the cure: http://stackoverflow.com/questions/9078871/sinatra-jruby-heroku-jruby-no-such-file-or-directory-trinidad-loaderror This commit adds enough metadata to the Gemfile so that we can start using the official Heroku Ruby buildpack instead of relying on the unofficial JRuby buildpack. Fixes #18 Fixes #19
I guess, the default heroku ruby build back has changed... |
pimpin
referenced
this issue
in heroku/heroku-buildpack-ruby
Feb 27, 2015
I made some tries and deploy is still rejected with same reason when removing vendored .buildpacks.
|
Any development on the issue? |
Sorry no time for it now. I may have a look on thursday to check Richard advise (thanks you @schneems) |
Any news on these issues - ran in to the same issues trying to install today. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the recipe in the Readme but I fail.
I make 2 changes adding 2 options on
heroku create
for app name and server region :heroku create --region eu --buildpack https://github.com/ddollar/heroku-buildpack-multi.git my-own-docverter
I set the ENV and fail on first app building :
Nota : That might be an issue on ddollar/heroku-buildpack-multi
The text was updated successfully, but these errors were encountered: