Skip to content

Useful commands for running and testing parts of application

Peter Trifanov edited this page Mar 10, 2021 · 2 revisions

Some important commands are described in save-deploy/README.md. This page contains some other snippets useful for manual testing.

  • Build and deploy preprocessor:
$ ./gradlew :save-preprocesssor:bootBuildImage
$ ./gradlew generateComposeFile
$ docker-compose -f build/docker-compose.yaml up -d preprocessor