Another fix in Graphite install guide

This commit is contained in:
Pavel Odintsov 2015-08-04 11:23:47 +03:00
parent 72051d13dc
commit 15e0e73b96

@ -38,7 +38,7 @@ chown _graphite:_graphite /var/lib/graphite/graphite.db
Run it with apache:
```bash
apt-get install libapache2-mod-wsgi
apt-get install -y libapache2-mod-wsgi
cp /usr/share/graphite-web/apache2-graphite.conf /etc/apache2/sites-available/graphite-web.conf
a2dissite 000-default.conf
a2ensite graphite-web