Deployment Guide
Deploy Ekam Dashboard locally
Pre-requisite
Docker is installed and running
Deployment Steps
To deploy Ekam Dashboard
locally, navigate to ekam-dashboard
folder in your project and run below command.
docker-compose -f ekam-dashboard.yml pull && docker-compose -f ekam-dashboard.yml up --detach
Once the command is executed succesfully navigate to http://localhost:9901 to verify if the dashboard is running successfully.