← Back to team overview

graphite-dev team mailing list archive

Re: [Question #649208]: Can't collectstatic

 

Question #649208 on Graphite changed:
https://answers.launchpad.net/graphite/+question/649208

    Status: Open => Solved

Peter Senna confirmed that the question is solved:
So why doesn't the Install section of 'https://graphiteapp.org/' come
with:

Try Graphite in Docker and have it running in seconds:

docker run -d\
 --name graphite\
 --restart=always\
 -p 80:80\
 -p 2003-2004:2003-2004\
 -p 2023-2024:2023-2024\
 -p 8125:8125/udp\
 -p 8126:8126\
 hopsoft/graphite-statsd

This is portable, fast and easy to use. Why not a single pointer to this
from the official documentation?

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.