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;fp=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=b84c4c4657a3870143de51050975668e046c0a6a;hp=c109aeaa6aae02d8de25d22bb31644f6009a586b;hb=46b6662a1a8b9018b9495b75a6d5d1bfe1a7f342;hpb=9be506a8265b61431a261afb4d4d229656ed9c45 diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index c109aea..b84c4c4 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -313,14 +313,41 @@ back and carefully check each of the steps above. =item 9 -B The VI/VIM editor is already installed on the Tutorial -Virtual Machine. In order to reduce the size of the download, Emacs is -not pre-installed. Since people obviously have very strong opinions -about which editor is best, :-) Debian fortunately make it very easy to -install Emacs: - +B Also, to reduce download size, the Tutorial VM just +includes a minimal command-line environment. You are free to use +Debian's very capable C package manager to install other packages. +You will first want to pull the apt cache files with C +(or C if you prefer apt-get). + +The VI/VIM editor is already installed on the Tutorial Virtual Machine. +In order to reduce the size of the download, Emacs is not pre-installed. +Since people obviously have very strong opinions about which editor is +best, :-) fortunately it's very easy to install Emacs: + + $ aptitude update $ aptitude install emacs +In general, it is expected that people will +boot up the Tutorial VM on their main desktop (the "host machine" using +the terminology above) and then use that main desktop machine to SSH and +web browse into the "guest VM" as they work through the tutorial. If +you wish to install X Windows (or any other packages), just use the +C (or C) Debian commands. For example, to install +X Windows with the Gnome desktop manager, you can do: + + $ aptitude update + $ aptitude install gnome iceweasel + +Or, if you prefer KDE: + + $ aptitude update + $ aptitude install kde iceweasel + +You can then start X Windows with: + + $ startx + + =back