Using plackup
Standalone server with reload
plackup -r my-app.psgi
Start FCGI server on a port
plackup -s FCGI --port 9090 -a my-app.psgi