X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=211571060e82cd1f3054c6c3a36f2c94f27167a0;hp=5084cb10dcfdd532dd95d119e29e22efb0d4813d;hb=0ed3df53a9644cf30fe2a79828fd2e15044dbcd6;hpb=6163536ab4ed066e6a98baeef4b74666fe8a3d78 diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 5084cb1..2115710 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -384,7 +384,7 @@ Once the system has booted to a "C" prompt, first install the Subversion client in case you want to check out the completed chapter example code: - sudo aptitude -y install subversion + sudo aptitude -y install subversion Then enter the following command to add the more current "unstable" package repository so we get the latest versions of Catalyst and @@ -411,7 +411,8 @@ Install Catalyst: sudo aptitude -y install sqlite3 libdbd-sqlite3-perl libcatalyst-perl \ libcatalyst-modules-perl libdbix-class-timestamp-perl \ libdatetime-format-sqlite-perl libconfig-general-perl \ - libhtml-formfu-model-dbic-perl libterm-readline-perl-perl + libhtml-formfu-model-dbic-perl libterm-readline-perl-perl \ + libdbix-class-encodedcolumn-perl Let it install (normally about a 30 to 90-second operaton) and you are done. (Note the '\' above. Depending on your environment, you might @@ -625,16 +626,16 @@ of each part for the appropriate svn command to use). B You can run the test cases for the final code through Chapter 8 with the following commands: - svn co http://dev.catalystframework.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter8 - cd MyApp_Chapter8/MyApp + svn co http://dev.catalystframework.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter8 + cd MyApp_Chapter8/MyApp CATALYST_DEBUG=0 prove -wl t If you wish to include the L section in your tests, substitute C for C in the URL above (don't forget to "cd" out of the Ch8 directory if you ran the code above). - svn co http://dev.catalystframework.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter9_FormFu - cd MyApp_Chapter9_FormFu/MyApp + svn co http://dev.catalystframework.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter9_FormFu + cd MyApp_Chapter9_FormFu/MyApp CATALYST_DEBUG=0 prove -wl t You can also fire up the application under the development server that is conveniently