about summary refs log tree commit diff stats
path: root/linux/scripts/setup-php.sh
diff options
context:
space:
mode:
authorbuilder <builder@host>2021-02-26 00:18:20 +0000
committerbuilder <builder@host>2021-02-26 00:18:20 +0000
commit2a862d9141a84b612ec2dd109a7f74a2b10ffb91 (patch)
tree037170f7158639bb6d43ac7ebc656df8e6dcc2bc /linux/scripts/setup-php.sh
parent88ad431d4bef94a816b4a1031fb5a62d4bd8a0d7 (diff)
downloaddoc-2a862d9141a84b612ec2dd109a7f74a2b10ffb91.tar.gz
tools scripts moved to linux
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