From 62771043382d622f4f5c5f0a32f0daa2c1b2aa4d Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 14 Oct 2015 08:11:28 -0400 Subject: [PATCH] add instruction to enable cron --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eeb658e1..c7242625 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ paver create # setup cronjobs vi jobs.cron # edit paths to scripts +# enable cron +crontab jobs.cron # start server (default is 0.0.0.0:8000) python GeoHealthCheck/app.py