install.sh 239 B

1234567891011121314
  1. #!/bin/bash
  2. fw_depends perl nginx
  3. cpanm --notest --no-man-page \
  4. Kelp \
  5. DBI \
  6. DBD::mysql \
  7. MongoDB \
  8. Kelp::Module::JSON::XS \
  9. HTML::Escape \
  10. HTTP::Parser::XS \
  11. Starman
  12. echo installed Kelp app dependencies