~marcoceppi/charms/precise/wordpress/tests

« back to all changes in this revision

Viewing changes to hooks/upgrade-charm

  • Committer: Marco Ceppi
  • Date: 2012-08-27 22:18:13 UTC
  • mfrom: (55.1.6 wordpress)
  • Revision ID: marco@ceppi.net-20120827221813-ivqpqv6oy8yaainz
Marco Ceppi 2012-08-27 Updated to build wp-cli from source
Marco Ceppi 2012-08-27 idea => ideal
Marco Ceppi 2012-08-25 Added warning about HP Cloud standard.xsmall
Marco Ceppi 2012-08-25 Fix so that php5-fpm can run on t1.micro and standard.xsmall instances
Marco Ceppi 2012-08-25 Fixes to sed lines for compatibility?
Marco Ceppi 2012-08-24 Memcache support

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
chown -R www-data.www-data $wp_install_path
9
9
 
10
10
source hooks/config-changed
 
11
 
 
12
juju-log "Upgrading WordPress core..."
 
13
wp core update --path=$wp_install_path
 
14
 
11
15
source hooks/restart