about summary refs log tree commit diff stats
path: root/linux/scripts/setup-php.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linux/scripts/setup-php.sh')
-rw-r--r--linux/scripts/setup-php.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/scripts/setup-php.sh b/linux/scripts/setup-php.sh
new file mode 100644
index 0000000..4c28173
--- /dev/null
+++ b/linux/scripts/setup-php.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+. `dirname $0`/config-install.sh
+
+prt-get depinst php php-fpm php-gd php-pdo-pgsql php-postgresql
+
+cp /etc/php/php.ini-development /etc/php/php.ini