[Bast-commits] r9136 - ironman/branches/mk-ii

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Tue Apr 13 20:43:08 GMT 2010


Author: idn
Date: 2010-04-13 21:43:08 +0100 (Tue, 13 Apr 2010)
New Revision: 9136

Modified:
   ironman/branches/mk-ii/notes.pod
Log:
Updating following verification

Modified: ironman/branches/mk-ii/notes.pod
===================================================================
--- ironman/branches/mk-ii/notes.pod	2010-04-13 16:09:57 UTC (rev 9135)
+++ ironman/branches/mk-ii/notes.pod	2010-04-13 20:43:08 UTC (rev 9136)
@@ -249,10 +249,9 @@
 
 Upgrade the copied subscriptions.db schema:
 
-    cd ~ironboy/
-    perl -I ironman/plagger/lib/ \
-         ironman/IronMan-Web/script/upgrade-db-schema.pl \
-         --db_path=ironman/subscriptions.db
+    cd ~ironboy/ironman/
+    perl IronMan-Web/script/upgrade-db-schema.pl \
+         --db_path=subscriptions.db
 
 This may generate a number of error messages.
 
@@ -261,11 +260,10 @@
 Once the database schema has been upgraded, the next step is to perform the one
 off CSV import again utilising the data copied from the live system.
 
-    cd ~ironboy/
-    perl -I ironman/plagger/lib/ \
-         ironman/IronMan-Web/script/import_csv.pl \
-         --db_path=ironman/subscriptions.db \
-         --csv_path=ironman/csv
+    cd ~ironboy/ironman/
+    perl IronMan-Web/script/import_csv.pl \
+         --db_path=subscriptions.db \
+         --csv_path=csv
 
 This will import the existing CSV data generated by plagger.  This import can
 be run multiple times against the same dataset with no ill effect.
@@ -275,7 +273,7 @@
 Once the data has been imported, we need to populate the missing urls for the
 feeds based on the <link> tag returned by the feed:
 
-    perl -I plagger/lib/ IronMan-Web/script/pull_urls.pl --db_path=subscriptions.db
+    perl IronMan-Web/script/pull_urls.pl --db_path=subscriptions.db
 
 =head2 Resuming live collection.
 




More information about the Bast-commits mailing list