Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lajatoca opened this issue Nov 23, 2023 · 2 comments
Open

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

lajatoca opened this issue Nov 23, 2023 · 2 comments
Labels

Comments

@lajatoca
Copy link

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

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 17, 2024
@deniszh
Copy link
Member

deniszh commented Aug 24, 2024

Maybe related to Debian, maybe not. Should be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants