-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |