diff --git a/install.php b/install.php
index 4782c336..139e38a4 100644
--- a/install.php
+++ b/install.php
@@ -3,28 +3,32 @@
* Shimmie Installer
*
* @package Shimmie
- * @author Shish et al. Shimmie needs to be run via a web server with PHP support -- you
appear to be either opening the file from your hard disk, or your
- web server is mis-configured.Install Error
If you've installed a web server on your desktop PC, you probably
want to visit the local web server.
-
Once done, Continue +
Once done, Click here to Continue.
EOD;
diff --git a/tests/setup_test_env.sh b/tests/setup_test_env.sh
index 1717cd2c..6d10f804 100644
--- a/tests/setup_test_env.sh
+++ b/tests/setup_test_env.sh
@@ -11,7 +11,7 @@
set -e
# Install the necessary packages
-sudo apt-get install -y nginx php5-fpm php5-mysql realpath --fix-missing
+sudo apt-get install -y nginx php5-fpm php5-mysql php5-pgsql realpath --fix-missing
# Stop the daemons
sudo service nginx stop