Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 812 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 812 Bytes

TIM Dashboard

TIM Dashboard is a Hololens data exploration platform developed at New York University. It can be used to ingest new data or to explore data generated using Hololens.

Documentation is available here

Deployment

The system is currently running at https://dashboard.ptg.poly.edu/.

Local deployment / development setup

To deploy the system locally using docker-compose, follow those step:

Build the container

$ docker-compose build frontend

Start the base container

$ docker-compose up -d frontend

Ports:

Stop the containers

$ docker-compose down