启动应用 使用 plackup -r bin/app.psgi 启动应用 [dancer@dancer-test ~]$ cd TEST-APP/ [dancer@dancer-test TEST-APP Makefile.PL MANIFEST MANIFEST.SKIP public t views [dancer@dancer-test TEST-APP]$ plackup -r bin/app.psgi Watching bin/lib bin/app.psgi for file updates. HTTP::Server::PSGI: Accepting connections at http://0:5000/ ... ... ...
. ├── bin │ └── app.psgi ├── config.yml ├── cpanfile ├── environments │ ├── development.yml │ └
TEST-APP/t + TEST-APP/t/002_index_route.t + TEST-APP/t/001_base.t + TEST-APP/bin + TEST-APP/bin/app.psgi
mly --[no]parrot .pir .pasm .pmc .ops .pod .pg .tg --[no]perl .pl .pm .pod .t .psgi
mly --[no]parrot .pir .pasm .pmc .ops .pod .pg .tg --[no]perl .pl .pm .pod .t .psgi
mly --[no]parrot .pir .pasm .pmc .ops .pod .pg .tg --[no]perl .pl .pm .pod .t .psgi
"group": "www", "working_directory": "/www/bugtracker", "script": "app.psgi