Redmine 2.1.3 script/runner
Added by Michalis Miatidis almost 12 years ago
Hi, according to the faq at http://www.redmine.org/projects/redmine/wiki/EsRedmineSettings#Autofetch-commits, I have to schedule the following command to auto fetch commits:
ruby script/runner "Repository.fetch_changesets" -e production
Redmine 2.1.3 does not seem to include the path script/runner.
Any ideas how to fix the above? thanks!
Replies (2)
RE: Redmine 2.1.3 script/runner - Added by Etienne Massip almost 12 years ago
Use ruby "script/rails runner":http://guides.rubyonrails.org/command_line.html#rails-runner
instead.
RE: Redmine 2.1.3 script/runner - Added by Michalis Miatidis almost 12 years ago
thanks, worked like a charm