Skip to content

paulsalcido/pc-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

webapp/README

DESCRIPTION

This is the README pod for the application code base 'webapp'. This is a Catalyst application that already has a few nice things built into the Model (a base database), the Controllers (some init/admin page possibilities) and login utilities, as well as a Template Toolkit front end based off of Twitter Bootstrap.

SETUP

The following should be added to the Makefile.

On ubuntu, this requires that a few libraries be installed and setup before you can use this. On my last test run from a completed box, I had to do the following:

apt-get installations

libcatalyst-perl
libcatalyst-devel-perl
libcatalyst-view-tt-perl
libuuid-perl
libnet-openid-consumer-perl
memcached
postgresql

I coded this with postgresql in mind. The problem is the default values for timestamps currently in the Model ResultSet classes. it is set to \"now()" which will break in many databases, I think.

cpan install

Catalyst::Plugin::Session::Store::Memcached
Facebook::Graph

AUTHOR

Paul Salcido, paulsalcido.79@gmail.com

LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.

About

Perl Catalyst Web Application QuickStart point.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages