install.sh 211 B

1234567
  1. #!/bin/bash
  2. export PERL_HOME=${IROOT}/perl-5.18
  3. fw_depends perl nginx
  4. ${PERL_HOME}/bin/cpanm --notest --no-man-page Web::Simple DBI DBD::mysql Plack Starman JSON::XS
  5. echo installed Web::Simple app dependencies