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.
abp/samples/MicroserviceDemo/README.md

556 B

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

  • AuthServer: http://localhost:64999
  • PublicWebsite: http://localhost:53435
  • BackendAdminApp: http://localhost:51954