- #!/bin/bash
- fw_depends perl nginx
- cpanm --notest --no-man-page \
- [email protected] \
- Dancer::Plugin::[email protected] \
- [email protected] \
- DBD::[email protected] \
- JSON::[email protected] \
- [email protected] \
- [email protected]
-
- nginx -c ${TROOT}/nginx.conf
- plackup -E production -s Starman --workers=${CPU_COUNT} -l /tmp/perl-dancer.sock -a ./app.pl &
|