~charmers/charms/precise/statusnet/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Nathan Osman
  • Date: 2011-11-30 07:34:46 UTC
  • Revision ID: admin@quickmediasolutions.com-20111130073446-12udzm1yrftyg84i
Added necessary sed instruction to patch .htaccess file to remove irrelevant RewriteBase rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
rm -r statusnet-1.0.1 # only file left in folder is .gitignore
31
31
mv htaccess.sample .htaccess
32
32
 
 
33
juju-log "Patching .htaccess"
 
34
sed -i "s:RewriteBase /mublog/::" .htaccess
 
35
 
33
36
juju-log "Assigning file ownership"
34
37
chown -R www-data:www-data .
35
38