install.sh 324 B

12345678910
  1. export PHP_HOME=${IROOT}/php-5.5.17
  2. export COMPOSER_HOME=${IROOT}/php-composer
  3. export PHP_FPM=$PHP_HOME/sbin/php-fpm
  4. export NGINX_HOME=${IROOT}/nginx
  5. fw_depends php nginx composer
  6. ${PHP_HOME}/bin/php ${COMPOSER_HOME}/composer.phar install \
  7. --no-interaction --working-dir $TROOT \
  8. --no-progress --optimize-autoloader