Armangil's Podcatcher - Part 4
(See part 3 here).
With everything tested, my next step was to setup a configuration similar to my production server.
I installed the Podcatcher package in the /opt directory. For the application files, I created /var/opt/podcatcher. The OPML file was stored in /etc/opt/podcatcher. And the podcast files were directed to /export/podcasts.
Here is the command used to run the program:
ruby /opt/podcatcher/bin/podcatcher
/etc/opt/podcatcher/podcast_subs.opml
-d /var/opt/podcatcher
-D /export/podcasts
-s 0
-S back_catalog
-H 2007.08.15
-p
-v
Seems to be working OK. The next step is to set it up to run twice a day unattended.
Labels: podcatcher
0 Comments:
Post a Comment
<< Home