install.sh 204 B

12345678
  1. #!/bin/bash
  2. fw_depends php nginx composer
  3. PHP_HOME=${IROOT}/php-5.5.17
  4. ${PHP_HOME}/bin/php $IROOT/composer.phar install \
  5. --no-interaction --working-dir $TROOT \
  6. --no-progress --optimize-autoloader