- Start redis server
docker compose -f localinfrastrucutre/docker-compose.yml up -d
- Build docker image
./gradlew -i dockerBuildCrac
- Uncomment
redis-playground-crac
section inlocalinfrastrucutre/docker-compose.yml
and execute again command from the 1st point. - Execute script
customWarmupScript.sh
and check responses - Get logs from the container and check if any errors occurred
docker logs localinfrastrucutre-redis-playground-crac-1
TBD.
TBD.
TBD.