Redmine for advanced git integration questions
Added by Luan Nguyen over 14 years ago
Hi everyone,
I would like to use git to check in/check out from redmine. I am not sure if this tutorial below would help me to do that.
http://www.redmine.org/wiki/redmine/HowTo_configure_Redmine_for_advanced_git_integration
I assume I need to install "Prerequisites of this wiki" on my redmine server. And also, git server separately. If I use Nginx for my redmine, would it support it?
What if I install git and redmine on the same server? I have to use Apache. Are there other options?
Thanks,
Luan
Replies (2)
RE: Redmine for advanced git integration questions - Added by Felix Schäfer over 14 years ago
The tutorial is geared towards using the provided Redmine.pm apache module, so no dice on nginx with that. There are however some grack (the git rack bridge) forks up on github (I think I even linked some in the howto) that aim to integrate the authentication and authorization part directly into grack, and thus not depending on Redmine.pm and apache.
I think that would be our best choice for an nginx-only stack, I haven't tried any of the forks though, so I can't tell how good they are.
RE: Redmine for advanced git integration questions - Added by Felix Schäfer over 14 years ago
Felix Schäfer wrote:
I think that would be our best choice for an nginx-only stack
And by our I mean your…