Skip to content

Commit

Permalink
Minor read me update
Browse files Browse the repository at this point in the history
  • Loading branch information
69mb committed Feb 2, 2012
1 parent fdfe534 commit abecd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -73,8 +73,8 @@ Configuring the crawler
Add the following entries to your crontab to schedule crawling every 30
minutes and post processing every 15 minutes respectively:

0,30 * * * * cd <app home>; php index.php --uri=crawler
0,15,30,45 * * * * cd <app home>; php index.php --uri=process
0,30 * * * * cd <app home>; php5 index.php --uri=crawler >> application/logs/crawl.log 2>&1
0,15,30,45 * * * * cd <app home>; php5 index.php --uri=process >> application/logs/process.log 2>&1
Alternatively, subscribe to the following URL in your feed reader to trigger
a crawl every time your reader checks the feed for update:
Expand Down

0 comments on commit abecd77

Please sign in to comment.