vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

Unable to install graph-explorer #104

Closed jsirex closed 10 years ago

jsirex commented 10 years ago

Hello. I'm not a python developer and it is no clear for me how to install it.

I've clonned repo, then

python setup.py install

Results:

# run_graph_explorer.py 
there's a problem with your configuration:
es_events_host 
     Field must be a string
es_events_port 
     Number must be between 0 and 65535.
es_events_index 
     Field must be a string

Which config.py I should edit? Tried to edit all of them. Nothing helps. Why default values (like localhost) has no effect?

How to package and install it on production server?

jsirex commented 10 years ago

UPD: Switched from master to tag v1.2.0. Successfully run it directly but not clear how it is better install in the system

Dieterbe commented 10 years ago

yes, the master branch has an out of date config.py right now. your release should come with a readme file that describes how to install it.

jsirex commented 10 years ago

yes, thanks. finally figure out how to deal with it :) Dreaming now about Debian package and Chef Cookbook.