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/14 00:53:07 UTC

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

Author: sebb
Date: Mon Jul 13 22:53:06 2015
New Revision: 1690838

URL: http://svn.apache.org/r1690838
Log:
Docs

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=1690838&r1=1690837&r2=1690838&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Mon Jul 13 22:53:06 2015
@@ -50,3 +50,9 @@ cd /var/www/projects.apache.org/scripts/
    comdev/projects.apache.org /var/www/projects.apache.org/ \
    comdev/reporter.apache.org /var/www/reporter.apache.org/
 
+- ensure that scandist.py is started, for example
+cd /var/www/reporter.apache.org/ &&\
+ nohup python -u scandist.py forground &
+(The '-u' flag ensures output is unbuffered)
+
+Running as a daemon is also possible, but then the output is lost.