Comment 20 for bug 546737

Revision history for this message
Alexandru Ardelean (commodo) wrote :

hello,

I've been asked to package and maintain graphite for a project that I'm working on.
I'll try to push my changes/updates to launchpad/github/wherever.
The requirement I received was to arrange the parts of Graphite by the File Hierarchy Standard; so, instead of putting everything in /opt/graphite, I've changed the packaging to put elements in
/usr/bin
/usr/lib/python2.6/site-packages
/var/lib/graphite
/etc/graphite/web
/etc/graphite/carbon

You may try to get the packages from here:
http://93.114.42.133/~sandu/graphite/dists/

You may get to look at everything [with source code and some git stuff] here:
http://93.114.42.133/~sandu/graphite/

The graphite.tar.gz archive contains the entire folder minus the dists folder.

I still have to work on them and see; right now, Audit causes permission problems, so you may have to call "setenforce 0" to disable it.
I've tried it on CentOS 6.3 and it worked for me, both on 32 and 64 bit versions; if it works with CentOS 5 or other version, then, great : send me a message saying so.

Note that I haven't yet taken the time to support .deb packaging; I might get to that soon.