drupal: Updates.

This commit is contained in:
Albert Hopkins 2014-05-10 12:57:36 +00:00
parent cfbc8d7a58
commit 1369a05226
5 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
PGVER = 9.2
DPVER = 7.22
PGVER = 9.3
DPVER = 7.27
inroot := chroot $(CHROOT)
rcdefault := /etc/runlevels/default

View File

@ -1,6 +1,6 @@
#!/bin/sh
DPVER=7.10
DPVER=7.27
echo Configuring Postgres for Drupal
createuser --no-adduser --no-createdb --no-createrole -U postgres drupal

View File

@ -2,4 +2,4 @@
# Apache config for LodgeIt
APACHE2_MPMS="prefork"
APACHE2_MODULES="authz_host dir mime"
PHP_TARGETS="php5-4"
PHP_TARGETS="php5-5"

View File

@ -8,14 +8,14 @@ UDEV=$5
DASH=$6
ARCH=$7
DPVER=7.10
DPVER=7.27
TZ=$TIMEZONE ; export TZ
cat << EOF
Before using this appliance, you must first configure Drupal, point your
browser at http://${HOSTNAME}/ to configure. The database name is "drupal"
and the username is "drupal". The DBMS is on localhost and requires no
password.
browser at http://${HOSTNAME}/ to configure. The database name is
"drupal" and the username is "drupal". The DBMS is on localhost and
requires no password.
EOF

View File

@ -1,4 +1,4 @@
dev-db/postgresql-server:9.2
dev-db/postgresql-server:9.3
dev-php/pecl-uploadprogress
mail-mta/ssmtp
www-apps/drupal