You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `bundle install` and then run the gem generator:
@@ -16,3 +18,9 @@ Run `bundle install` and then run the gem generator:
16
18
bundle install
17
19
bundle exec rails g decidim:deploy:heroku_installer
18
20
```
21
+
22
+
Once the last command is performed you can uninstall the gem by removing it from the `Gemfile` and rerun `bundle install`.
23
+
24
+
### Problems on production
25
+
26
+
This gem is not supposed to be deployed to a production environment and might fail. See [\#3](https://github.com/codegram/decidim-deploy-heroku/issues/3) for an example of this problem. If you encounter this problem, make sure you have removed the gem for the `Gemfile` and rerun `bundle install` to copletely remove it from the bundle.
0 commit comments