~nobuto/charms/precise/memcached/fix-a-typo

« back to all changes in this revision

Viewing changes to examples/mediawiki/hooks/install

  • Committer: Clint Byrum
  • Date: 2011-02-16 18:15:58 UTC
  • Revision ID: clint@ubuntu.com-20110216181558-ep38cbgu3dzv0yyl
-Adding haproxy integration
-making sure only one node runs the db setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix
 
3
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb
4
4
 
5
5
# a bit hacky -- makes sure its there even if memcached is never related
6
6
touch /etc/mediawiki/memcached_settings.php