[Bps-public-commit] r9887 - bpsbuilder/BPB/docs

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Dec 11 09:44:51 EST 2007


Author: sunnavy
Date: Tue Dec 11 09:44:51 2007
New Revision: 9887

Modified:
   bpsbuilder/BPB/docs/tutorial

Log:
updated tutorial

Modified: bpsbuilder/BPB/docs/tutorial
==============================================================================
--- bpsbuilder/BPB/docs/tutorial	(original)
+++ bpsbuilder/BPB/docs/tutorial	Tue Dec 11 09:44:51 2007
@@ -11,6 +11,7 @@
         directory: '/tmp'
         download_directory: '/tmp/download'
         min_perl_version: 5.008008
+        map_path: '/tmp/map.yml'
     build:
         build_directory: '/tmp/build'
         install_directory: '/tmp/install'
@@ -21,17 +22,20 @@
 
 first cd to our BPB's directory.
 
-$ perl -Ilib BPB bin/bpb source --name jdbi Jifty::DBI
+$ perl -Ilib bin/bpb source --name jdbi Jifty::DBI
 
 if you've Jifty::DBI already, just replace Jifty::DBI to the local directory of Jifty::DBI
 
-3. import
+3. init bpb's backend
 
-$ perl -Ilib BPB bin/bpb import --name jdbi /tmp/Jifty-DBI( the whole name )
+$ perl -Ilib bin/bpb init --name jdbi
+
+4. import
+
+$ perl -Ilib bin/bpb import --name jdbi /tmp/Jifty-DBI( the whole name )
 
 4. build
 
-$ perl -Ilib BPB bin/bpb build --name jdbi
-this will install JDBI to '/tmp/install', which is specified in your
-config.yml
+$ perl -Ilib bin/bpb build --name jdbi
+this will install JDBI to '/tmp/install', which is specified in your config.yml
 



More information about the Bps-public-commit mailing list