mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
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.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| applications | 7 years ago | |
| databases | 7 years ago | |
| docs/design | 7 years ago | |
| elk | 7 years ago | |
| gateways | 7 years ago | |
| k8s | 7 years ago | |
| kibana | 7 years ago | |
| microservices | 7 years ago | |
| modules/product | 7 years ago | |
| .dockerignore | 7 years ago | |
| DeployToKubernetes.sh | 7 years ago | |
| MicroserviceDemo.sln | 7 years ago | |
| README.md | 7 years ago | |
| docker-compose.migrations.yml | 7 years ago | |
| docker-compose.override.yml | 7 years ago | |
| docker-compose.yml | 7 years ago | |
README.md
MicroserviceDemo
Run demo using docker-compose:
First restore mssql database
$ docker-compose -f docker-compose.yml -f docker-compose.migrations.yml run restore-database
Build and start containers
$ docker-compose up -d
Add this line to your hosts file
127.0.0.1 auth-server
- Windows:
C:\Windows\System32\Drivers\etc\hosts - Linux & macOS:
/etc/hosts
Accessing the Web User Interfaces
- Kibana:
http://localhost:51510 - AuthServer:
http://localhost:51511 - BackendAdminApp:
http://localhost:51512 - PublicWebsite:
http://localhost:51513