bash_profile.sh 165 B

123456789
  1. #!/bin/bash
  2. export PHP_HOME=${IROOT}/php-5.5.17
  3. export PHP_FPM=$PHP_HOME/sbin/php-fpm
  4. export COMPOSER_HOME=${IROOT}/php-composer
  5. export NGINX_HOME=${IROOT}/nginx