osome-iu / hoaxy-backend

Backend component for Hoaxy, a tool to visualize the spread of claims and fact checking
http://hoaxy.iuni.iu.edu/
GNU General Public License v3.0
139 stars 44 forks source link

default crontab contains errors #2

Closed fhamborg closed 6 years ago

fhamborg commented 6 years ago

The crontab that hoaxy produces if creating a fresh config directory is erroneous. The excerpt below contains a command hoaxy site --crawl ..., which however, should actually be hoaxy crawl --fetch-url ...

# hoaxy: fetch article update every hour
0 * * * * source activate hoaxy && hoaxy site --crawl --fetch-url --update > /dev/null
shaochengcheng commented 6 years ago

Yes. Some commands in crontab.sample.txt were changed. Please use https://github.com/IUNetSci/hoaxy-backend/blob/master/hoaxy/data/samples/crontab.sample.txt, Or update your version of hoaxy.

Thanks for your report. Chengcheng