install.sh 292 B

123456789101112131415
  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 \
  5. Kelp \
  6. DBI \
  7. DBD::mysql \
  8. MongoDB \
  9. Kelp::Module::JSON::XS \
  10. HTML::Escape \
  11. HTTP::Parser::XS \
  12. Starman
  13. echo installed Kelp app dependencies