Mercurial > hg > GlobalNeighbors
comparison README.txt @ 19:811adc9736eb
add configuration for gunicorn
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 25 Jun 2017 15:43:45 -0700 |
parents | 6aaf70296c5a |
children | 6891c5523b69 |
comparison
equal
deleted
inserted
replaced
18:87ae70245201 | 19:811adc9736eb |
---|---|
80 `gunicorn` (http://gunicorn.org/) as the server. | 80 `gunicorn` (http://gunicorn.org/) as the server. |
81 | 81 |
82 `Paste` was used to create a pass-through fileserver. | 82 `Paste` was used to create a pass-through fileserver. |
83 It's multi-threaded server also made testing easier. | 83 It's multi-threaded server also made testing easier. |
84 | 84 |
85 For fun, each city page links to a google map with its | |
86 latitude and longitude. I found the secret decoder ring here: | |
87 http://asnsblues.blogspot.com/2011/11/google-maps-query-string-parameters.html | |
88 | |
89 The landing page gives an input box using jQuery's | |
90 http://easyautocomplete.com/ . | |
91 | |
92 | |
85 ## Deployment notes | 93 ## Deployment notes |
86 | 94 |
87 `supervisor` (http://supervisord.org/) was used to ensure | 95 `supervisor` (http://supervisord.org/) was used to ensure |
88 a continuously running web daemon. The included | 96 a continuously running web daemon. The included |
89 `globalneighbors.ini` should be copied to the appropriate | 97 `globalneighbors.ini` should be copied to the appropriate |