Catalyst: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
 
(asdf)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''NB OBSOLETE'''
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.
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.


Line 8: Line 11:
(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 =  




[[Category:Internal]]
[[Category:Obsolete]]

Latest revision as of 18:49, 17 August 2017

NB OBSOLETE


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

Advice and notes