[Catalyst] Creating a Handel-Catalyst application
Chisel Wright
chisel at herlpacker.co.uk
Wed Nov 9 22:57:22 CET 2005
I'm certain I'm missing something here, I've tried with an sqlite
database, and a postgres database, but I can't see how to get started
with Handel in Catalyst.
I've tried the helper scripts and the output is very similar, create a
test file and maybe root/<something>/ but very little else.
Here's my latest attempt:
catalyst.pl MyApp
cd MyApp/
mkdir sqlite
cd sqlite/
wget
http://handelframework.com/svn/CPAN/Handel/trunk/sql/handel.sqlite.sql
sqlite -init sqlite/handel.sqlite.sql sqlite/handel.db
.quit
./script/myapp_create.pl Handel::Scaffold \
dbi:SQLite;dbname=${PWD}/sqlite/handel.db
The final command outputs:
created "/home/chisel/demo/MyApp/script/../lib/MyApp/V/TT.pm"
created "/home/chisel/demo/MyApp/script/../t/V/TT.t"
created "/home/chisel/demo/MyApp/script/../root/cart"
created "/home/chisel/demo/MyApp/script/../root/orders"
created "/home/chisel/demo/MyApp/script/../root/checkout"
I was expecting some code or something.
Is there a doc anywhere on getting started with Handel under Catalyst?
I'm just not having much luck.
Chisel
--
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/
More information about the Catalyst
mailing list