Skip to content

rsrchboy/catalyst-runtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Catalyst

This is the Runtime distribution for the Catalyst MVC framework.

For more information about Catalyst, write

perldoc Catalyst

at the command line, or visit http://www.catalystframework.org/.

Getting Started

1. Install Catalyst if you haven't yet:

cpanm Catalyst

2. Create a new catalyst application:

catalyst.pl DemoApp

3. Change the directory to the newly created directory and start the built-in developer server

cd DemoApp; plackup -Ilib demoapp.psgi

4. Go to http://localhost:5000 and you'll see the default welcome page.

Resources

You can also install Catalyst::Manual from CPAN for more comprehensive information.

If you are going to write your own Catalyst application, you will need to install Catalyst::Devel. Afterwards run catalyst.pl for more information about creating your first app.

Contributing

If you would like to contribute to Catalyst, please join us on IRC, or visit the mailing list.

About

The Elegant MVC Web Application Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%