Installing Graphite on osx Lion
Hi,
I followed these instructions (https:/
Here is the command I ran:
>> python run-graphite-
Running Graphite from start under django development server
/usr/local/
Error: Could not import settings 'graphite.settings' (Is it on sys.path?): No module named graphite.settings
Am I supposed to create graphite.settings file somewhere?
Thanks,
Greg
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Graphite Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- cbrinley
- Solved:
- 2012-05-07
- Last query:
- 2012-05-07
- Last reply:
- 2012-05-07
|
#1 |
yes the settings.py file should be in the webapp/graphite directory of
graphite.
you need to pass the path to graphite root to the run-graphite-
script.
so if you installed to /opt/graphite then that would be what you'd want to
pass to this script:
example: ./run-graphite-
hope that helps
On Mon, May 7, 2012 at 1:50 PM, Gregory M <
<email address hidden>> wrote:
> New question #196387 on Graphite:
> https:/
>
> Hi,
>
> I followed these instructions (https:/
> install Graphite on my dev machine but I have a problem when I try to run
> the graphite server.
>
> Here is the command I ran:
>
> >> python run-graphite-
> Running Graphite from start under django development server
>
> /usr/local/
> --settings graphite.settings 0.0.0.0:8080
> Error: Could not import settings 'graphite.settings' (Is it on sys.path?):
> No module named graphite.settings
>
> Am I supposed to create graphite.settings file somewhere?
>
> Thanks,
> Greg
>
> --
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
>
> _______
> Mailing list: https:/
> Post to : <email address hidden>
> Unsubscribe : https:/
> More help : https:/
>
--
Chris Brinley
Cleartrial
e: <email address hidden>
p: 312-460-3038
m: 219-789-2811
Gregory M (g-marcilhacy) said : | #2 |
Thanks cbrinley, that solved my question.