Closed andrerpena closed 5 years ago
I'm following the instructions on the readme.md file to run the SLR tool locally.
This is what I'm running:
I assume this OAuth problem is expected locally (it disables security requirements) but when I try to access the app on the browser, I get:
I also tried running docker-compose instead of the app itself but then localhost:8080 spins for ever.
docker-compose
localhost:8080
I assume one problem is the Kairos DB URL export KAIROSDB_URL=https://kairosdb.example.org that should be adjusted but I don't know what to put there
export KAIROSDB_URL=https://kairosdb.example.org
I'm following the instructions on the readme.md file to run the SLR tool locally.
This is what I'm running:
I assume this OAuth problem is expected locally (it disables security requirements) but when I try to access the app on the browser, I get:
I also tried running
docker-compose
instead of the app itself but thenlocalhost:8080
spins for ever.I assume one problem is the Kairos DB URL
export KAIROSDB_URL=https://kairosdb.example.org
that should be adjusted but I don't know what to put there