webapp/README
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.
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:
- 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.
- Catalyst::Plugin::Session::Store::Memcached
- Facebook::Graph
Paul Salcido, paulsalcido.79@gmail.com
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.