Requires DotNet version 8.
Download donet https://dotnet.microsoft.com/en-us/
In Visual Studio Code Download the DotNet C# Dev Kit extension VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit
To run the acme order service, do the following:
Ensure the Local Development dependencies are running. (See main README)
cd ../../local-development
docker compose up -d
Start the application:
dotnet run --urls=http://localhost:8086/
Verify the health of the application:
open localhost:8086/actuator/health
dotnet publish -r linux-x64
Included manifest.yml file can be used to deploy the published binary
Ensure you're logged in to your TAS instance on cf cli
cf login -a <your-tas-api-url>
cf push -f manifest.yml