drupal: Updates.
This commit is contained in:
parent
cfbc8d7a58
commit
1369a05226
|
@ -1,5 +1,5 @@
|
|||
PGVER = 9.2
|
||||
DPVER = 7.22
|
||||
PGVER = 9.3
|
||||
DPVER = 7.27
|
||||
|
||||
inroot := chroot $(CHROOT)
|
||||
rcdefault := /etc/runlevels/default
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue