changeset 17:6aaf70296c5a

move to supervisor for operations
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 15:12:05 -0700
parents 4583d0d9331a
children 87ae70245201
files README.txt globalneighbors.ini
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globalneighbors.ini	Sun Jun 25 15:12:05 2017 -0700
@@ -0,0 +1,2 @@
+[program:globalneighbors]
+command=/home/jhammel/GlobalNeighbors/bin/global-web /home/jhammel/GlobalNeighbors/cities1000.txt
\ No newline at end of file