- or download this
# If you're not reasonably up to date-
sudo cpanm Plack Catalyst Catalyst::Devel
- or download this
# *nix centric.
mkdir cattest
cd cattest
...
vi^W
emacs a-one-an-a-two-a.psgi
# But I keed!
- or download this
#!/usr/bin/env perl
use strict;
use Plack::Builder;
...
mount "/" => OneFish->psgi_app(@_);
# Root needs to be last or it'll eat others.
};
- or download this
env CATALYST_DEBUG=0 plackup a-one-an-a-two-a.psgi
HTTP::Server::PSGI: Accepting connections at http://0:5000/