mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Halil İbrahim Kalkan
790a26c458
|
5 years ago | |
---|---|---|
.. | ||
01_AuthServer.ps1 | ||
02_IdentityService.ps1 | ||
03_BloggingService.ps1 | ||
04_ProductService.ps1 | ||
05_InternalGateway.ps1 | ||
06_BackendAdminAppGateway.ps1 | ||
07_PublicWebSiteGateway.ps1 | ||
08_BackendAdminApp.ps1 | ||
09_PublicWebSite.ps1 | ||
10_ConsoleClientDemo.ps1 | 5 years ago | |
README.md | 5 years ago | |
__Run_All_Application.ps1 | 5 years ago | |
__Run_Browser.ps1 | 5 years ago |
README.md
Run the Microservice Demo Solution
This folder contains PowerShell files to run the system:
- __Run_All_Application.ps1: Runs all the applications in one click.
- __Run_Browser.ps1: Opens all the UIs of the applications in Google Chrome browser.
Other files runs the individual applications.
This files are only tested in Windows 10.
Pre-Requirements
- SQL Server 2015+ (can be express edition)
- Redis 5.0+
- RabbitMQ 3.7.11+
- MongoDB 4.0+
- ElasticSearch 6.6+
- Kibana 6.6+ (optional, recommended to see logs)