a few fixes for graphite-web

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-02 15:03:53 +00:00
parent cb92cdfff7
commit 8fa651e92b
2 changed files with 10 additions and 0 deletions

View file

@ -38,3 +38,8 @@
- service
- graphite
- carbon
- name: Initialize graphite-web database (TODO - make this not use sqlite?)
command: /usr/bin/graphite-manage syncdb
tags:
- graphite

View file

@ -1,3 +1,8 @@
<Directory /usr/share/graphite>
AllowOverride none
Require all granted
</Directory>
<VirtualHost *:80>
ServerName graphite.cloud.fedoraproject.org
DocumentRoot "/usr/share/graphite/webapp"