Puzzle
view release on metacpan or search on metacpan
- INSTALL I18N::AcceptLanguage
apt-get install libi18n-acceptlanguage-perl
- Install HTML::Template::Pro
apt-get install libhtml-template-pro-perl
- Install HTML::Template::Pro::Extension
perl -MCPAN -e 'install HTML::Template::Pro::Extension'
- Set correct permission to Mason Cache directory
chown www-data:www-data /var/cache/mason
- Remember that your Apache must load apreq2 module or you got blanck pages
and Apache crash without log messages
ls -al ls -al /etc/apache2/mods-enabled/apreq.load
- Create a database, update config.yaml with info for accessing db and
create the table for storing web sessione
CREATE TABLE IF NOT EXISTS `sysSessions` (
`id` varchar(32) character set latin1 collate latin1_bin NOT NULL,
`a_session` text character set latin1 collate latin1_bin,
( run in 1.653 second using v1.01-cache-2.11-cpan-71847e10f99 )