You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/07/13 02:05:59 UTC

svn commit: r1690558 - /comdev/reporter.apache.org/trunk/README.txt

Author: sebb
Date: Mon Jul 13 00:05:59 2015
New Revision: 1690558

URL: http://svn.apache.org/r1690558
Log:
Can now pubsub both sites

Modified:
    comdev/reporter.apache.org/trunk/README.txt

Modified: comdev/reporter.apache.org/trunk/README.txt
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/README.txt?rev=1690558&r1=1690557&r2=1690558&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Mon Jul 13 00:05:59 2015
@@ -39,8 +39,10 @@ Scripts:
 
 TODO
  - How is site/reportingcycles.json created/maintained?
- - need to set up pubsubber process. However pubsubber.py [1] only allows a single instance
- 
- 
-[1] https://svn.apache.org/repos/asf/comdev/projects.apache.org/scripts/cronjobs/pubsubber.py
- 
\ No newline at end of file
+
+ - ensure that pubsubber.py is started on reboot, using a command of the form:
+cd /var/www/projects.apache.org/scripts/cronjobs &&\
+ python pubsubber.py start \
+   comdev/projects.apache.org /var/www/projects.apache.org/ \
+   comdev/reporter.apache.org /var/www/reporter.apache.org/
+