# qcon-debugging-microservices **Repository Path**: mirrors_hashicorp/qcon-debugging-microservices ## Basic Information - **Project Name**: qcon-debugging-microservices - **Description**: Shipyard blueprint for QCON Debugging Microservices Workshop - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qcon-debugging-microservices To build locally, make sure you have access to Docker and you've downloaded the [Shipyard](https://github.com/shipyard-run/shipyard) tool. To build, run: ```shell shipyard run ./stack ``` This will bootstrap the environment. Once completed, it will open up local browser tabs to the following: `http://localhost:18500` to access the Consul UI `http://localhost:8080` to run VSCode in your browser `http://localhost:8081` to see the documentation `http://localhost:19090` to access the web service You can also run without opening the browser tabs automatically: ```shell shipyard run ./stack --no-browser ```