Kaynağa Gözat

Add bash_profile script

Gerard Roche 11 yıl önce
ebeveyn
işleme
65dc752fb9

+ 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"