openactive / OpenActive.Server.NET

.NET server library, including an OpenActive Reference Implementation
MIT License
0 stars 7 forks source link

Tips for running locally, including optimizing for controlled mode #214

Closed lukehesluke closed 7 months ago

lukehesluke commented 1 year ago

This is a dependency of https://github.com/openactive/openactive-test-suite/issues/451, which needs to reference similar tips in OpenActive.Server.NET as they need to be run together

Requirements:

i.e.

  1. Run IdentityServer
    • cd Examples/BookingSystem.AspNetCore.IdentityServer
    • dotnet run
  2. Run app
    1. cd Examples/BookingSystem.AspNetCore
    2. export OPPORTUNITY_COUNT=1
    3. dotnet run