install.sh 270 B

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