Feature #10475
openInstallation script
0%
Description
Wiki suggests to install the required gems using bundler. By default bundler install all the groups. I thought that opt-in option would be better, so I've submitted an issue on GitHub https://github.com/carlhuda/bundler/issues/1771
The issue was closed with rationale that an end-user shouldn't use bundler, and it is a completely developer tool. So they've suggested that user should call bundle using rake task and strongly discourage using bundler by end-users directly.
If you are planning on shipping your application to true end-users, I strongly suggest that you do not ask them to run bundle install at all.
Instead, package your application so they can simply download it and then run it.
You may want to investigate the new bundle install --standalone option that is part of Bundler 1.1, which was designed to assist with that exact problem.
So I'm asking, could redmine make installation as simple as running ./install_redmine script?