On 23 Sep 2008, at 23:24, Coates, Greg wrote:
Okay. I've done this.
I did some more checking, and I realize that I'm not sure where the
static files and templates should be installed on a production
server. It doesn't look like they get picked up in the make process.
They should. If they aren't for any reason then you're doing
something which breaks things ;(
I currently have them in the /opt/myserver directory. My
application perl module files are in the standard site_perl location.
Where should the templates, etc go?
The template 'root' directory generally goes under the main directory
of your application, so if you're MyApp, then it'll be MyApp/root
Exactly where this is depends on your perl, but if you're installing
locally, I'd expect the templates to end up somewhere similar to /usr/
local/share/perl/5.8.8/MyApp/root/
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/