~charmers/charms/precise/openerp-web/precise

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Patrick Hetu
  • Date: 2012-03-16 19:05:28 UTC
  • Revision ID: patrick.hetu@gmail.com-20120316190528-i2ml2d1l9rwnv3wv
install apache2 since it's not a dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  python setup.py install
13
13
else
14
14
  apt-get -y update
15
 
  apt-get install -y openerp6-web --no-install-recommends
 
15
  apt-get install -y openerp6-web apache2 --no-install-recommends
16
16
fi
17
17
 
18
18
ln -s /etc/openerp-web/apache2.conf /etc/apache2/conf.d/openerp.conf
19
19
 
 
20
/etc/init.d/apache2 start
20
21
/etc/init.d/apache2 restart