Run the UMRS Demo in Docker

Instructions

  • You can use Docker to directly build and run the UMRS Demo on your local machine.

  • Clone the auth-samples repository: https://github.com/ncats/auth-samples.

  • Run the following from your working dir, adding your NPM token to the command:

  • docker build -t umrs-client:current –build-arg CONFIGURATION=ci –build-arg NPM_TOKEN=xxx . docker build -t umrs-server:current –build-arg NPM_TOKEN=xxx .

  • The site should now be running at https://local.mylocal.org:4203.