This repository contains the Docker configuration files for the deployment of Scava platform
You should follow the following steps to run this setup:
API_GATEWAY_VAR
under the web-admin
service with the http://docker-compose build --no-cache --parallel
docker-compose up
. Please notice that for this setup we are using an empty mongodb database for oss-dbFor this address to work the first step is mandatory. We need it in order for the oss-app to know the address of the admin-webapp. If instead we use something like ‘localhost’, the oss-app will also use this hostname and the information will not reach the administration webbapp.
Access the interface using http://admin-webapp:80
For login use user: admin pass: admin
If elasticsearch
fails to start with the following error:
elasticsearch_1_a57db85da40a | ERROR: [1] bootstrap checks failed
elasticsearch_1_a57db85da40a | [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
Make sure to increase your local max virtual memory areas count: sudo sysctl -w vm.max_map_count=262144
In case you want to make sure to start from a fresh installation, consider to execute:
docker system prune -a --volumes
The deployment of all CROSSMINER services listed in the docker-compose may drain out your machine/server resources. The guidelines below can help you to get your task analysis done.
In case the task analysis stops, consider to follow the steps below:
If the steps above don't solve the issue, you can try to: