Re: [gitorious] 2 gitorious installations on the same server writes on the same message_processing.log

2011-02-15 Thread Marius MÃ¥rnes Mathiesen
On Mon, Feb 14, 2011 at 5:09 PM, Renato Isidio renato...@gmail.com wrote: /opt/ruby-enterprise/bin/ruby /opt/git1/script/git-daemon -d /opt/ruby-enterprise/bin/ruby /opt/git2/script/git-daemon -d The git-daemon script will not write to the message_processing.log file, only the processors

[gitorious] Re: 2 gitorious installations on the same server writes on the same message_processing.log

2011-02-15 Thread Renato Isidio
Hi Marius! Thanks for answering me! We start those pollers using: script1: GIT_POLLER='cd /opt/git1 env RAILS_ENV=production script/poller' start(){ /bin/su - git1 -c $GIT_POLLER run $@ } script2: GIT_POLLER='cd /opt/git2 env RAILS_ENV=production script/poller' start(){ /bin/su

[gitorious] Install on Mac OS X -- issue with version_requirements

2011-02-15 Thread Jacob Refstrup
Hi, I've been trying to install gitorious on Mac OS X following the instructions from here: http://www.bluequartz.net/projects/ElectronicImaging/SCMService/html/gitorious___o_s_x__setup.html When trying to do the db:migrate step I run into an issue: bash-3.2$ rake db:migrate