Re: [gitorious] Re: Ultrasphinx unknown task

2014-02-21 Thread Paweł Pierzchała
Hi Ram, The guideline you have used is obsolete, official installation doesn't support Ubuntu. You can install gitorious using ce-installer on Centos 6.x: http://getgitorious.com/installer If you don't want to change your OS, you could use VM: http://getgitorious.com/virtual-appliance and then use

Re: [gitorious] Re: Ultrasphinx unknown task

2012-12-11 Thread Graziano Aliberti
Thank you very much. You saved my life guys :) Il giorno lunedì 10 dicembre 2012 09:54:26 UTC+1, Peter Kjellerstedt ha scritto: > > This is better: > > > > 10 * * * * /var/www/gitorious/bin/rake ts:rebuild >/dev/null > > > > First of all it only runs the task once an hour rather than once eve

RE: [gitorious] Re: Ultrasphinx unknown task

2012-12-10 Thread Peter Kjellerstedt
This is better: 10 * * * * /var/www/gitorious/bin/rake ts:rebuild >/dev/null First of all it only runs the task once an hour rather than once every minute. Second, it utilizes the scripts in /var/www/gitorious/bin/ which make sure the environment is correct. Third, it runs ts:rebuild which has b