mirror of https://github.com/abpframework/abp.git
13 changed files with 31 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||
|
cd ../applications/AuthServer.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../microservices/IdentityService.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../microservices/BloggingService.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../microservices/ProductService.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../gateways/InternalGateway.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../gateways/BackendAdminAppGateway.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../gateways/PublicWebSiteGateway.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../applications/BackendAdminApp.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../applications/PublicWebSite.Host |
||||
|
dotnet run |
||||
@ -0,0 +1,9 @@ |
|||||
|
start powershell .\01_AuthServer.ps1 |
||||
|
start powershell .\02_IdentityService.ps1 |
||||
|
start powershell .\03_BloggingService.ps1 |
||||
|
start powershell .\04_ProductService.ps1 |
||||
|
start powershell .\05_InternalGateway.ps1 |
||||
|
start powershell .\06_BackendAdminAppGateway.ps1 |
||||
|
start powershell .\07_PublicWebSiteGateway.ps1 |
||||
|
start powershell .\08_BackendAdminApp.ps1 |
||||
|
start powershell .\09_PublicWebSite.ps1 |
||||
@ -0,0 +1 @@ |
|||||
|
start chrome http://localhost:64999,http://localhost:63568,http://localhost:62157,http://localhost:60244,http://localhost:65129/swagger,http://localhost:65115/swagger,http://localhost:64897/swagger,http://localhost:51954,http://localhost:53435 |
||||
@ -0,0 +1,2 @@ |
|||||
|
cd ../applications/ConsoleClientDemo |
||||
|
dotnet run |
||||
Loading…
Reference in new issue