[Bast-commits] r9001 - ironman
idn at dev.catalyst.perl.org
idn at dev.catalyst.perl.org
Sun Mar 14 20:33:00 GMT 2010
Author: idn
Date: 2010-03-14 20:33:00 +0000 (Sun, 14 Mar 2010)
New Revision: 9001
Modified:
ironman/notes.pod
Log:
Don't need to include the plagger dir now as IronMan::Schema is a distro in it's own right
Modified: ironman/notes.pod
===================================================================
--- ironman/notes.pod 2010-03-14 20:23:40 UTC (rev 9000)
+++ ironman/notes.pod 2010-03-14 20:33:00 UTC (rev 9001)
@@ -111,8 +111,7 @@
Run the web UI up as an independent service just to verify deps:
- perl -I ironman/plagger/lib/ \
- ironman/IronMan-Web/script/ironman_web_server.pl
+ perl ironman/IronMan-Web/script/ironman_web_server.pl
Install missing deps as required.
@@ -215,7 +214,7 @@
Test the collection process by running the script:
cd ~/ironman/Perlanet-IronMan/
- perl -Ilib -I../plagger/lib/ bin/ironman-collector.pl
+ perl -Ilib bin/ironman-collector.pl
This should go off and collect the feed data. Once any obvious errors have
been dealt with (such as missing modules) then create a crontab entry for the
More information about the Bast-commits
mailing list