Launching the Application Services Using Shell Scripts

Instead of launching the application microservices using Docker as just described, you can launch them as simple processes on your machine. A few shell scripts have been generated by the Application Generator for this.

To this end, open eight terminal windows, navigate to the deployment/shell folder in each of them, and run one of the following scripts in each of the terminals:

./start-gateway-service.sh
./start-execution-service.sh
./start-backend-service.sh
./start-data-service.sh
./start-scenario-service.sh
./start-web.sh
./start-engine-worker.sh
./start-checker-worker.sh

You may want to make sure that the scripts are executable (use chmod +x start-* command if necessary).

You can now open a web browser and point it to http://localhost:8080 to get access to your application. The default credentials are summarized at the end of this page.