[Catalyst] [ANNOUNCE] Meios Photo Gallery App

Christopher H. Laco claco at chrislaco.com
Tue Dec 13 03:13:24 CET 2005


After some lengthy tinker sessions, I'm happy to announce the existance
of Meios. Meios is a small Catalyst based photo gallery application
geared towards allowing a user create and upload photos in galleries.

WHAT YOU WILL NEED:

  - Catalyst 5.61ish (at least 5.5+)
  - DBIx::Class
  - DBI and DBD::SQLite
  - Image::Thumbnail
  - Image::Size
  - Image::EXIF
  - GD or Image::Magick
  - Path::Class
  - YAML
  - C::P::FormValidator
  - C::P::FillInForm
  - C::P::Authentication
  - C::P::Authentication::Store::Minimal
  - C::P::Authentication::Credential::Password
  - C::P::Authorization::Roles
  - C::P::Session
  - C::P::Session::State::Cookie
  - C::P::Session::Store::File

GETTING STARTED:

First, checkout the source:
svn co http://handelframework.com/svn/CPAN/Meios-Catalyst/trunk/ ./Meios

Edit Config.yml and change this line to GD or Image::Magick depending on
what you have installed:

  imager: Image::Magick

then simply run the built-in server:
cd ./Meios && script/*server.pl

then go to http://localhost:3000/

That's it!

Most of the configuration is stored in Config.yml in the source
directory along with sqlite database.

Buyer beware. Meios is still very your. THere's almost no docs and test
yet. I'm working on that. :-)

There are a couple of screenshots in http://handelframework.com/downloads/


-=Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20051212/6f55d35b/signature.pgp


More information about the Catalyst mailing list