mirror of https://github.com/abpframework/abp.git
4 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||
# 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](https://www.microsoft.com/en-us/sql-server/sql-server-downloads) 2015+ (can be [express edition](https://www.microsoft.com/en-us/sql-server/sql-server-editions-express)) |
|||
- [Redis](https://redis.io/download) 5.0+ |
|||
- [RabbitMQ](https://www.rabbitmq.com/install-windows.html) 3.7.11+ |
|||
- [MongoDB](https://www.mongodb.com/download-center) 4.0+ |
|||
- [ElasticSearch](https://www.elastic.co/downloads/elasticsearch) 6.6+ |
|||
- [Kibana](https://www.elastic.co/downloads/kibana) 6.6+ (optional, recommended to see logs) |
|||
Loading…
Reference in new issue