François-Xavier Payet writes:

> Hello,
> I'm running the last version from the git repository. Everything seems to
> be working, exept the poller.

François-Xavier,
You really should consider switching to Redis+Resque instead of the old
script/poller+activemq combo. To do so:

- Set messaging_adapter:resque in config/gitorious.yml
- Install and start redis on your server.
  If you're on Debian/Ubuntu: run apt-get install redis && service redis
  start
  If you're on RedHat/Centos: run yum install redis && service redis
  start
- Start a resque worker: `QUEUE=* /var/www/gitorious/app/bin/rake resque:work`


Once this is working properly, you should:
- Have redis start at boot time (use chkconfig or update-rc.d, depending
on your distro)
- Have the resque workers start on boot too. If you're on Ubuntu or
RedHat/Centos, you can use Upstart for this. Simply copy the
doc/templates/upstart/resque-worker.conf into /etc/init/ on your server
to achieve this.

Cheers,
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to