Browse Source

Add bash_profile script

Gerard Roche 10 years ago
parent
commit
65dc752fb9
1 changed files with 9 additions and 0 deletions
  1. 9 0
      frameworks/PHP/php-zend-framework1/bash_profile.sh

+ 9 - 0
frameworks/PHP/php-zend-framework1/bash_profile.sh

@@ -0,0 +1,9 @@
+#!/bin/bash
+
+export PHP_HOME=${IROOT}/php-5.5.17
+
+export PHP_FPM=$PHP_HOME/sbin/php-fpm
+
+export COMPOSER_HOME=${IROOT}/php-composer
+
+export PATH="$COMPOSER_HOME:$PHP_HOME/bin:$PHP_HOME/sbin:$PATH"