|
@@ -1,7 +1,7 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
export PHP_HOME=${IROOT}/php-5.5.17
|
|
export PHP_HOME=${IROOT}/php-5.5.17
|
|
-export PHP_FPM=${PHP_HOME}/bins/php-fpm
|
|
|
|
|
|
+export PHP_FPM=${PHP_HOME}/bin/php-fpm
|
|
export NGINX_HOME=${IROOT}/nginx
|
|
export NGINX_HOME=${IROOT}/nginx
|
|
|
|
|
|
sed -i 's|127.0.0.1|'"${DBHOST}"'|g' app/config/database.php
|
|
sed -i 's|127.0.0.1|'"${DBHOST}"'|g' app/config/database.php
|