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=76dad98c8f9d8f2e1acbc96394873fd92ba116bb;hp=24f2c1e142f98bf1dde9f7c693a5235e3c5b23d3;hb=5336f54651dd781138086b9081b85b6839452a76;hpb=083e20bd6e416c2aa95741207e9af48bf694bbc2 diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 24f2c1e..76dad98 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -361,9 +361,9 @@ If you have a preference for the Gnome desktop environment, you can do: $ # You can reboot or start with 'startx', we will just reboot here $ reboot - $ sudo aptitude install kde iceweasel +For KDE, just substitute the package name "C" for "C" above. -For KDE, just substitude the package name "C" for "C" above. + $ sudo aptitude install kde iceweasel Note that C is basically used to install Firefox on Debian boxes. You can start it under X Windows with either the C @@ -372,7 +372,7 @@ more information on Iceweasel at L. Also, you might need to add more memory to your virtual machine if you want to run X Windows (or other tools that might require additional -memory). Consult the documentation for you virtualization software +memory). Consult the documentation of your virtualization software for instructions on how to do this (it's usually pretty simple). @@ -385,7 +385,7 @@ that the Perl modules are run from ~/perl5 (in this case, recommend that you also consider using this very handy module. It can greatly ease the process of maintaining and testing different combinations or Perl modules across development, staging, and production -servers. (The "relocatable Perl" feature can also be used to to run +servers. (The "relocatable Perl" feature can also be used to run both the modules B Perl itself from your home directory [or any other directory you chose]). @@ -538,8 +538,8 @@ for the C in the URLs (again, you can get the IP address for eth0 from the C command). For example, if your VM has an IP address of 192.168.0.12, you will want to use a base URL of C. Note that the development server -defaults to port 3000 (you can change with with the "-p" option on the -command line. +defaults to port 3000 (you can change with the "-p" option on the +command line). B Depending on the web browser you are using, you might need to hit C or C to pull a fresh page when