A. Install dependencies: 1. Install node v16 sudo apt update && sudo apt install curl curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt-get install -y nodejs node -v (confirm version 16 is running) 2. Install Redis sudo apt install redis-server B. Deploy latest version of the DRT app (git clone preferred) C. Install app dependencies npm install D. Change configuration for DRT environment change apps/mt-client/src/environments/environment.prod.ts - with specific env conf change .env - with specific env conf E. Build application npm run build:client npm run build:api F. Start application node ./dist/apps/mt-api/main.js