jq
and ngrok
are available on package manager systems for different platforms such as Homebrew (Mac), Chocolatey (Windows) and various Linux distribution package managers.
Open two shell/terminal sessions:
-
From within the scripts folder execute
./start-ngrok.sh
. This will create a tunnel for the agent. -
From within the docker folder:
- run
./manage build
to assemble the runtime images for the services - when the build completes, run
./manage up
- run
Refer to manage -h
for additional usage information.
Once services are started, visit http://localhost:8080 to see the app running and visit http://localhost:8050 to see any outbound mail the app is sending (it won't actually send any email message in the development environment.)