Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
update apache, php, and wordpress source
Browse files Browse the repository at this point in the history
add persistent disk to aws examples
update apache to 2.2.25
update php to 5.3.27
update wordpress to 3.5.2
  • Loading branch information
seansweda committed Jul 22, 2013
1 parent 84916b8 commit e14f8e0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 9 deletions.
2 changes: 2 additions & 0 deletions examples/wordpress-aws-dns.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
template: mysql
instances: 1
resource_pool: common
persistent_disk: 10240
networks:
- name: default
default: [dns, gateway]
Expand All @@ -53,6 +54,7 @@ jobs:
template: debian_nfs_server
instances: 1
resource_pool: common
persistent_disk: 10240
networks:
- name: default
default: [dns, gateway]
Expand Down
2 changes: 2 additions & 0 deletions examples/wordpress-aws-vip.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
template: mysql
instances: 1
resource_pool: common
persistent_disk: 10240
networks:
- name: default
default: [dns, gateway]
Expand All @@ -56,6 +57,7 @@ jobs:
template: debian_nfs_server
instances: 1
resource_pool: common
persistent_disk: 10240
networks:
- name: default
default: [dns, gateway]
Expand Down
4 changes: 2 additions & 2 deletions packages/apache2/packaging
Expand Up @@ -2,11 +2,11 @@
set -e

echo "Extracting apache https..."
tar xzf apache2/httpd-2.2.21.tar.gz
tar xzf apache2/httpd-2.2.25.tar.gz

echo "Building apache https..."
(
cd httpd-2.2.21
cd httpd-2.2.25
./configure \
--prefix=${BOSH_INSTALL_TARGET} \
--enable-so
Expand Down
2 changes: 1 addition & 1 deletion packages/apache2/spec
Expand Up @@ -2,4 +2,4 @@
name: apache2

files:
- apache2/httpd-2.2.21.tar.gz
- apache2/httpd-2.2.25.tar.gz
4 changes: 2 additions & 2 deletions packages/php5/packaging
Expand Up @@ -2,12 +2,12 @@
set -e

echo "Extracting php5..."
tar xzf php5/php-5.3.10.tar.gz
tar xjf php5/php-5.3.27.tar.bz2

export APACHE2=/var/vcap/packages/apache2

echo "Building php5..."
cd php-5.3.10
cd php-5.3.27
./configure \
--prefix=${BOSH_INSTALL_TARGET} \
--with-apxs2=${APACHE2}/bin/apxs \
Expand Down
2 changes: 1 addition & 1 deletion packages/php5/spec
Expand Up @@ -4,4 +4,4 @@ dependencies:
- apache2
- mysqlclient
files:
- php5/php-5.3.10.tar.gz
- php5/php-5.3.27.tar.bz2
4 changes: 2 additions & 2 deletions packages/wordpress/packaging
Expand Up @@ -2,7 +2,7 @@
set -e

echo "Extracting wordpress..."
tar xzf wordpress/wordpress-3.3.1.tgz
tar xzf wordpress/wordpress-3.5.2.tgz

cd wordpress
cp -a . ${BOSH_INSTALL_TARGET}
Expand All @@ -11,4 +11,4 @@ cp -a . ${BOSH_INSTALL_TARGET}
rm ${BOSH_INSTALL_TARGET}/wp-config-sample.php

# clean up tar ball
rm ${BOSH_INSTALL_TARGET}/wordpress-3.3.1.tgz
rm ${BOSH_INSTALL_TARGET}/wordpress-3.5.2.tgz
2 changes: 1 addition & 1 deletion packages/wordpress/spec
Expand Up @@ -2,4 +2,4 @@
name: wordpress

files:
- wordpress/wordpress-3.3.1.tgz
- wordpress/wordpress-3.5.2.tgz
Binary file removed src/apache2/httpd-2.2.21.tar.gz
Binary file not shown.
Binary file added src/apache2/httpd-2.2.25.tar.gz
Binary file not shown.
Binary file not shown.
Binary file removed src/wordpress/wordpress-3.3.1.tgz
Binary file not shown.
Binary file added src/wordpress/wordpress-3.5.2.tgz
Binary file not shown.

0 comments on commit e14f8e0

Please sign in to comment.