|
@@ -1,4 +1,7 @@
|
|
|
#!/bin/bash
|
|
|
+export PHP_HOME=${IROOT}/php-5.5.17
|
|
|
+export PHP_FPM=$PHP_HOME/sbin/php-fpm
|
|
|
+export NGINX_HOME=${IROOT}/nginx
|
|
|
|
|
|
sed -i 's|localhost|'"${DBHOST}"'|g' Config/Config.php
|
|
|
sed -i 's|root .*/FrameworkBenchmarks/php-micromvc|root '"${TROOT}"'|g' deploy/nginx.conf
|