Open karlis-i opened 4 years ago
Hi, can you use the configuration on https://github.com/ArcadeData/arcadeanalytics-recipes
docker-compose -f recipes/arcade-standalone.yml up
Thank you, I was able to launch Analytics by modifying one of the recipes. I'd like to keep this ticket open, though, as it seems to be related to https://github.com/ArcadeData/arcadeanalytics/issues/177
Can you share the update you made to the recipe?
I modified recipes/arcade.yml
:
SPRING_DATASOURCE_URL
and SPRING_DATA_ELASTICSEARCH_CLUSTER_NODES
arcadeanalytics-postgresql
, arcadeanalytics-elasticsearch
and arcadeanalytics-orientdb
After that, I was able to run the container with command docker-compose -f recipes\arcade.yml up
and access Arcade Analytics on http://localhost:8080/
Login details are admin/admin
Describe the bug After cloning the official Git repository from https://github.com/ArcadeData/arcadeanalytics.git , I try to run the single image quick start by running the supplied command:
docker-compose -f src/main/docker/app-single.yml up
but the process fails. It seems to me that the error is caused by failed Lucene commitTo Reproduce Run the following commands in console:
git clone https://github.com/ArcadeData/arcadeanalytics.git .
docker-compose -f src/main/docker/app-single.yml up
Expected behavior
Console output
Desktop: