X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F10_Appendices.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2F10_Appendices.pod;h=d53afe81bc054fa8ccec3dbab2e9cff50dd68f53;hp=0d0b3ae7b513f3e9b8a553874546d423d7ad7f1f;hb=f4e9de4a3171fd75d04fa8e294fd9a0ae367bc18;hpb=429d1caf111575afa4c25287cc48d7ed712af327 diff --git a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod index 0d0b3ae..d53afe8 100644 --- a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod +++ b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod @@ -181,7 +181,7 @@ items via this command: sudo aptitude install postgresql libdbd-pg-perl libdatetime-format-pg-perl To configure the permissions, you can open -C and change this line (near the +F and change this line (near the bottom): # "local" is for Unix domain socket connections only @@ -221,7 +221,7 @@ Create the C<.sql> file and load the data: =item * -Open the C in your editor and enter: +Open the F in your editor and enter: -- -- Drops just in case you are reloading @@ -396,7 +396,7 @@ Chapter 5: Authentication Create the C<.sql> file for the user/roles data: -Open C in your editor and enter: +Open F in your editor and enter: -- -- Add users and roles tables, along with a many-to-many join table @@ -477,7 +477,7 @@ Confirm with: =item * -Modify C to match the following (the only difference +Modify F to match the following (the only difference is the C line): #!/usr/bin/perl @@ -496,7 +496,7 @@ is the C line): $user->update; } -Run the C as per the "normal" flow of the +Run the F as per the "normal" flow of the tutorial: $ perl -Ilib set_hashed_passwords.pl @@ -610,7 +610,7 @@ Create the C<.sql> file and load the data: =item * -Open the C in your editor and enter: +Open the F in your editor and enter: -- -- Create a very simple database to hold book and author information @@ -745,7 +745,7 @@ Chapter 5: Authentication Create the C<.sql> file for the user/roles data: -Open C in your editor and enter: +Open F in your editor and enter: -- -- Add users and roles tables, along with a many-to-many join table @@ -818,7 +818,7 @@ Regenerate the model using the Catalyst "_create.pl" script: Create the C<.sql> file for the hashed password data: -Open C in your editor and enter: +Open F in your editor and enter: -- -- Convert passwords to SHA-1 hashes