If everything is properly installed, the following command should be enough
sh runDemo.sh
If you have docker-compose installed on your system, you can alternatively start the demo containers with docker-compose:
sh runComposer.sh
To stop and destroy demo containers:
sh destroyDemo.sh
or
sh destroyComposer.sh