~vtuson/charms/precise/lamp/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Victor Palau
  • Date: 2012-09-26 13:28:58 UTC
  • Revision ID: vtuson@gmail.com-20120926132858-uoodtvir25izl6hk
small polishing of information and testing in amazon

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# Configure apache
13
13
juju-log "Enabling apache modules: rewrite, vhost_alias, php5"
14
14
a2enmod rewrite vhost_alias php5
 
15
sudo service apache2 restart
15
16
 
16
17
#copy php files to directory
17
18
cp ./website/* /var/www