failing test cases
[catagits/Catalyst-Runtime.git] / README.pod
CommitLineData
52e012fb 1=head1 Welcome to Catalyst
2
3This is the Runtime distribution for the L<Catalyst MVC framework|http://www.catalystframework.org/>.
4
5For more information about Catalyst, write
6
7 perldoc Catalyst
8
9at the command line, or visit http://www.catalystframework.org/.
10
11=head2 Getting Started
12
131. Install Catalyst if you haven't yet:
14
15 cpanm Catalyst
16
172. Create a new catalyst application:
18
19 catalyst.pl DemoApp
20
213. Change the directory to the newly created directory and start the built-in developer server
22
23 cd DemoApp; plackup -Ilib demoapp.psgi
24
254. Go to http://localhost:5000 and you'll see the default welcome page.
26
27=head2 Resources
28
29You can also install L<Catalyst::Manual|https://metacpan.org/module/Catalyst::Manual>
30from CPAN for more comprehensive information.
31
32If you are going to write your own Catalyst application, you will need to
33install L<Catalyst::Devel|https://metacpan.org/module/Catalyst::Devel>.
34Afterwards run I<catalyst.pl> for more information about creating your first
35app.
36
37=head2 Contributing
38
39If you would like to contribute to Catalyst, please
40L<join us|http://chat.mibbit.com/#catalyst@irc.perl.org> on IRC,
64111aca 41or visit the L<mailing list|http://lists.scsys.co.uk/mailman/listinfo/catalyst>.