[Erp5-users] Re: [Erp5-report] CMFActivity

Alexandre Boeglin alex at nexedi.com
Mon Jan 9 16:15:14 CET 2006


Le Lundi 9 Janvier 2006 16:09, cvsdigest a écrit :

> Module: CMFActivity

>     works with TimerService 0.2
> (http://dev.legco.biz/products/timerservice)

For your information, a quick Howto :

- fetch the product archive from 
http://dev.legco.biz/downloads/TimerService-0.2.tar.gz

- untar it in your Products directory (the file I got was a gzipp'd 
gzipp'd tarball, so you have to "gunzip" before "tar zxf")

- cd TimerService/timerserver/

- sudo python setup.py install

- add the following to your zope.conf (the default interval is 600 
seconds, way too much for enjoyable user experience) :
####
%import timerserver
<timer-server>
  interval 5
</timer-server>
####

- restart zope

- go to 
"http://127.0.0.1:9080/erp5/portal_activities/manageLoadBalancing" and 
click on "Subscribe" button

- voila ! No need to run the zope_tic_loop script anymore.


Regards,
Alex



More information about the Erp5-users mailing list