install.sh 191 B

123456
  1. #!/bin/bash
  2. fw_depends perl nginx
  3. ${PERL_HOME}/bin/cpanm --notest --no-man-page Dancer Dancer::Plugin::Database DBI DBD::mysql JSON::XS Plack Starman
  4. echo installed Dancer app dependencies