~ce-hyperscale/charms/precise/wordpress/arm64-trusty

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: dann frazier
  • Date: 2014-04-15 23:09:17 UTC
  • Revision ID: dann.frazier@canonical.com-20140415230917-tfit6ggsqgvgaptj
Changes to support trusty from Oleg Strikov

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
set -xe
4
4
 
5
5
add-apt-repository ppa:charmers/charm-helpers
6
 
apt-get update && apt-get -y upgrade
 
6
apt-get update
7
7
 
8
8
apt-get -y install php5-memcache mysql-client pwgen php5 php5-fpm \
9
9
        php-apc mailutils php-mail sysstat php5-mysql php5-mcrypt php5-memcache \
44
44
        cd /usr/src/wp-cli
45
45
        # 20120926: v0.6.0 is confirmed working, so use it rather than alpha.
46
46
        git reset --hard v0.6.0
 
47
        sed -i "s/git:/http:/" .gitmodules
47
48
        git submodule update --init
48
49
        utils/dev-build
49
50
)