install.sh 174 B

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