[Catalyst] RE: setting up project where web application (Catalyst) is only a part

Hermida, Leandro Leandro.Hermida at fmi.ch
Mon Dec 4 14:15:39 GMT 2006


 
Hello,

Sorry for sending this post again but I got zero responses to it.  Does
anyone have any advice for setting up the folder layout for a
self-contained Perl project where the Catalyst app is only part and I
have external scripts, programs, services that would need to reference
libraries which catalyst also references?

________________________________

From: Hermida, Leandro 
Sent: Friday, November 24, 2006 17:48
To: 'The elegant MVC web framework'
Subject: setting up project where web application (Catalyst) is only a
part


Hello again,
 
Sorry more questions on layout of a project which involves Catalyst.  I
have done previous projects where the mod_perl web app is only one piece
of the project which has other programs, scripts, services etc.  Here is
what my project root directory would typically look like: 
 
conf
C_progs
data
dev_tests
htdocs
lib
logs
perl
R_progs
sql
tmp
web_perl
web_startup
 
It seems so far from the tutorial that the layout for a catalyst app is
tied to the web application (I could be completely wrong) and it would
get crazy to start adding external things.
 
Changes
lib
Makefile.PL
myapp.yml
README
root
script
t
 
Is there a different layout that one could use?
 
Leandro
 



More information about the Catalyst mailing list