diff README.txt @ 17:6aaf70296c5a

move to supervisor for operations
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 15:12:05 -0700
parents d1b99c695511
children 811adc9736eb
line wrap: on
line diff
--- a/README.txt	Sun Jun 25 15:03:54 2017 -0700
+++ b/README.txt	Sun Jun 25 15:12:05 2017 -0700
@@ -84,6 +84,11 @@
 
 ##  Deployment notes
 
+`supervisor` (http://supervisord.org/) was used to ensure
+a continuously running web daemon.  The included
+`globalneighbors.ini` should be copied to the appropriate
+supervisor directory and the service loaded.
+
 - parallelism:  the distance calculation is done serially.  As such
   it is a `O(10^10)` operation on the dataset.  This should be improved
   and parallelized