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=a825e28494b37a94dc92915dc5ab5227360695d7;hb=0ed3df53a9644cf30fe2a79828fd2e15044dbcd6;hpb=3c700304aa69d7d4744523fa1f264a2e07c4315c diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index a825e28..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 @@ -626,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