-
Notifications
You must be signed in to change notification settings - Fork 4
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
Documentation of deploy #3
Comments
Hi @hugobarthelemy! You need to generate your definitive app with this guide: https://github.com/decidim/decidim/blob/master/docs/getting_started.md#step-by-step Once that's done you need to add this gem to the new Rails app: https://github.com/codegram/decidim-deploy-heroku#usage I'm closing this issue, if you need more help I'll reopen it :) |
Hello, I had warning: And i also:
Can you advise me? I'm trying to find solutions, but I can't. Thank you very much! |
@aubryprieur The warning about bundler is just a warning, you need to upgrade your bundler gem. What version of Ruby are you using? |
ruby 2.4.2p198 |
Same issue here when pushing to heroku...
|
I know I'm super late here, but this gem is not supposed to be deployed to production. I'll update the docs to reflect that this gem should only be used in |
Closed by 2684552 |
Hello !
I tried to deploy my code on Heroku but it did not work.
The gem must be added in the Gemfile from the root of the general application or in the Gemfile developement app ?
It must be installed before the
bundle exec rake development_app
`?One should push on Heroku the global application or only the development_app?
Thank you
The text was updated successfully, but these errors were encountered: