Catalyst: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
(may require fresh installation of Bundle::CPAN) | (may require fresh installation of Bundle::CPAN) | ||
(correctly configured version running on bks150) | (correctly configured version running on bks150) | ||
>> install Task::Catalyst | |||
(takes about an hour!) | |||
= Getting started = | = Getting started = | ||
mkdir winc | |||
cd winc | |||
catalyst.pl create winc | |||
= Advice and notes = | = Advice and notes = |
Revision as of 23:46, 5 December 2007
This is about the perl package Catalyst. For information about catalysts as agents that lower the activation energy of a chemical reaction, see your chemistry or biophysics textbook.
Installation
perl -MCPAN -e shell >> install Catalyst::Runtime (hit return to take all defaults) (implies installation of around 100 dependencies) (may require fresh installation of Bundle::CPAN) (correctly configured version running on bks150)
>> install Task::Catalyst (takes about an hour!)
Getting started
mkdir winc cd winc catalyst.pl create winc