Added by Sergio Martino over 13 years ago
Hi,
My redmine app does not show me Git as an available option in the admin panel. Git is correctly installed on that machine and works under /usr/local/bin/git which is also in the config file with the full path.
any clues? thx
Sergio
Solved. Sorry for a useless topic.
I've added this to config/environment.rb
ENV['PATH'] = "#{ENV['PATH']}:/usr/local/bin"