Skip to content

Commit

Permalink
remove tye
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyend committed Aug 25, 2024
1 parent 7bf5803 commit 08052db
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 265 deletions.
33 changes: 4 additions & 29 deletions src/Microservices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,40 +103,15 @@
Update-Database -Context StorageDbContext
```
# Build & Run Locally using Tye
# Build & Run Locally with Aspire
- Install Tye
```
dotnet tool install -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
dotnet tool update -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
```
- Install [Tye for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-tye)
- Run
```
tye run --watch
```
- Open Tye Dashboard: http://localhost:8000/
# Dapr & Tye
- Install Dapr CLI
```ps1
powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"
```

- Init Dapr locally
```ps1
dapr init
dapr --version
```
- Run
```
tye run tye.dapr.yml --watch
dotnet build
dotnet run --project AspireAppHost
```
- Open Tye Dashboard: http://localhost:8000/
- Open Aspire Dashboard: https://localhost:17063/login?t=xxx
# Build & Deploy to Kubernetes
Expand Down
88 changes: 0 additions & 88 deletions src/Microservices/tye.dapr.yml

This file was deleted.

62 changes: 0 additions & 62 deletions src/Microservices/tye.yml

This file was deleted.

15 changes: 4 additions & 11 deletions src/ModularMonolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,15 @@
```
# Build & Run Locally using Tye
# Build & Run Locally with Aspire
- Install Tye
```
dotnet tool install -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
dotnet tool update -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
```
- Install [Tye for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-tye)
- Run
```
tye run
dotnet build
dotnet run --project ClassifiedAds.AspireAppHost
```
- Open Tye Dashboard: http://localhost:8000/
- Open Aspire Dashboard: https://localhost:17063/login?t=xxx
# Build & Deploy to Kubernetes
Expand Down
22 changes: 0 additions & 22 deletions src/ModularMonolith/tye.yml

This file was deleted.

15 changes: 4 additions & 11 deletions src/Monolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,15 @@
Update-Database -Context AdsDbContext
```
# Build & Run Locally using Tye
- Install Tye
```
dotnet tool install -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
dotnet tool update -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
```
- Install [Tye for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-tye)
# Build & Run Locally with Aspire
- Run
```
tye run
dotnet build
dotnet run --project ClassifiedAds.AspireAppHost
```
- Open Tye Dashboard: http://localhost:8000/
- Open Aspire Dashboard: https://localhost:17063/login?t=xxx
# Build & Deploy to Kubernetes
Expand Down
42 changes: 0 additions & 42 deletions src/Monolith/tye.yml

This file was deleted.

0 comments on commit 08052db

Please sign in to comment.