From 7a2e2b5d4e4380d806f5a7b0322d3032281c60b8 Mon Sep 17 00:00:00 2001 From: Bea Steers Date: Thu, 21 Dec 2023 14:41:42 -0500 Subject: [PATCH] Create README.md --- registry/README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 registry/README.md diff --git a/registry/README.md b/registry/README.md new file mode 100644 index 0000000..c755d1e --- /dev/null +++ b/registry/README.md @@ -0,0 +1,37 @@ +# Deploying without the source code + +## Install + +Download the docker-compose file. + +Bring up the services: +```bash +docker-compose up -d +``` + +Install ptgctl +```bash +pip install git+https://github.com/VIDA-NYU/ptgctl.git +``` + +Relevant Pages: + - http://localhost:3010 - Argus (Online) + - http://localhost:3000 - Argus (Historical) + +## Streaming data + +Install the hololens app. + + + +#### Backup plan + +Or just pretend to stream some data: +```bash +ptgctl mock video main path/to/video.mp4 +``` + +However this will only mock the video stream so you won't have 3D renderings. This is just to verify that the server is running. + +## Make a recording +Go on the dashboard. Click record. When you're done, click stop recording. Then go to [ARGUS](http://localhost:3000) to view the data from the recording.