in reply to Re^2: Installing Catalyst with CatInABox through FTP / CGI
in thread Installing Catalyst with CatInABox through FTP / CGI

Catalyst::Manual::Installation says the following about CatInABox:
Chris Laco's CatInABox

CatInABox is a complete version of Catalyst that is installed locally on your system, so that you don't need to go through the effort of doing a full install. Simply download the tarball from http://handelframework.com/downloads/CatInABox.tar.gz and unpack it on your machine. Depending on your OS platform, either run start.bat or start.sh to set your bin/PERLLIB paths. This tarball contains everything needed to try out Catalyst including Catalyst itself, Template Toolkit, several Authentication modules, StackTrace, and a few other plugins.

Unfortunately the link is dead.

There is another link found here but downloads directory points to an svndump which I could not open or use.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re^3: Installing Catalyst with CatInABox through FTP / CGI

Replies are listed 'Best First'.
Re^4: Installing Catalyst with CatInABox through FTP / CGI
by Anonymous Monk on Dec 16, 2008 at 16:53 UTC
    Install subversion create a repository: svnadmin create /path/to/repository (e.g. svnadmin create c:/catinabox) Load the subversion repository dump: svnadmin load /path/to/repository < /path/to/svndump (e.g. svnadmin load /path/to/repository < /path/to/svndump)