X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FInstallation.pod;h=24900cb94b024ad987119514937c4c0fc796415b;hp=cb1343aa718b801b591b2c5ff3cf89af7049a2fe;hb=ae29b412955743885e80350085167b54b69672da;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554 diff --git a/lib/Catalyst/Manual/Installation.pod b/lib/Catalyst/Manual/Installation.pod index cb1343a..24900cb 100644 --- a/lib/Catalyst/Manual/Installation.pod +++ b/lib/Catalyst/Manual/Installation.pod @@ -82,6 +82,43 @@ of VMWare images where an entire Catalyst development environment has already been installed, complete with database engines and a full complement of Catalyst plugins. +=item * + +Frank Speiser's Amazon EC2 Catalyst SDK + +There are currently two flavors of publicly available Amazon Machine +Images (AMI) that contain all the dependencies you'd need to get a +Catalyst development environment,with all the trimmings, up and +running within minutes. + +Once you obtain an Amazon Elastic Cloud Computing account available +here: +L, +you can literally get a Catalyst development instance up and running +in less than 5 minutes. + +The current AMIs that are available are here in abbreviated form: + + IMAGE ami-bdbe5ad4 developer-tools/Debian-Etch_Catalyst_DBIC_TT.manifest.xml + IMAGE ami-9fbe5af6 developer-tools/Fedora8-Catalyst_DBIC_TT.manifest.xml + +You can run the instances according to the Amazon documentation, as follows: + + ec2-run-instances -k gsg-keypair + +Refer to the Amazon EC2 documentation from the "Amazon Web Services" +section of the L web site for further +assistance. + +You can currently choose between ready-made SDKs on Fedora8 and Debian +Etch. Both machine images include Catalyst, DBIx::Class, +Template::Toolkit, Moose, the mysql and postgresql databases, as well +as subversion source control. The Debian Etch machine instance also +includes svk and git. + +Just run the installation instructions contained in this manual and +go. + =back =head2 OTHER METHODS