Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 483 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 483 Bytes

Mango App

Prerequisites

  • Shell
  • Docker

Local

Start

Step 1: Build Containers

  ./build.sh

Step 2: Start Mango locally

  ./start.sh

Step 2: Visit Mango Web App at

http://localhost

Production

Start

Step 1: Login to ACR

  az acr login --name <ACR_NAME>

Step 2: Build Containers

  ./build.sh

Step 3: Deploy

  ./start.production.sh

Stop

  ./stop.production.sh