Skip to content

QuickStart

Bassam Alugili edited this page Nov 10, 2020 · 4 revisions

QuickStart

Required

Build and Start the Shop

  1. Install Tye

This will install the newest available build from our CI.

dotnet tool install -g Microsoft.Tye --version "0.5.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

If you already have a build installed and you want to update, replace install with update
dotnet tool update -g Microsoft.Tye --version "0.5.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json

  1. Start tye-min.yaml tye run tye-min.yaml

  2. Open the ModernArchitectureShop.sln with latest Visual Studio 2019 Preview

  3. Select the Start up projects as shown below: start up projects

PRESS F5 and enjoy it!

Alternatively to Visual Studio 2019

Install Dapr

  1. powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"
  2. Execute dapr_start.ps1
Clone this wiki locally