diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-07 01:40:19 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-07 01:40:19 +0200 |
| commit | 6c779d2f72d03cc2a318f1d09781586fdca996d2 (patch) | |
| tree | 0a6a0d760e9a4724dd4c8dfd4db2912768d87d8f /README.md | |
| parent | da35e45efb7eca18ead4e266e22bc33d4035efcd (diff) | |
Handle local dev redis behavior gracefully
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,7 +5,7 @@ A rain radar clone for Mapbox GL, see it live at: [http://geshem.space](http://g ## Dev - Python 3.5 - - Redis + - Redis (optional, recommended) Setup a virtualenv: @@ -14,8 +14,10 @@ $ mkvirtualenv -p `which python3` geshem $ pip install -r requirements.txt ``` -Make sure you have a stupid `redis-server` running on localhost, then just run: +Then just run: ```bash $ python geshem.py ``` + +Make sure you have a stupid `redis-server` running on localhost to enjoy some sane caching. |
