Skip to content

installation uses 'local' under /opt/graphite /opt/graphite/local #2828

Description

@tcas-na

I run into following issue:
Debian 12 - python3 - install Graphite from scratch wit pip:
pip3 install --no-binary=:all: https://github.com/graphite-project/whisper/tarball/master
pip3 install --no-binary=:all: https://github.com/graphite-project/carbon/tarball/master
pip3 install --no-binary=:all: https://github.com/graphite-project/graphite-web/tarball/master

big part of the installation (not everything) happens under /opt/graphite/local instead of the documented /opt/graphite.
this happens for storage, conf_dir, etc..

So i changed /opt/graphite/webapp/graphite/local_settings.py
CONF_DIR = '/opt/graphite/local/conf'
STORAGE_DIR = '/opt/graphite/local/storage'
STATIC_ROOT = '/opt/graphite/local/static'
LOG_DIR = '/opt/graphite/local/storage/log/webapp'
INDEX_FILE = '/opt/graphite/local/storage/index'

But things still seem broken.
what do I miss here?

Thanks,
Tom

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions