Sign inSign up

ovehub/ove-apps

By ovehub

•Updated almost 3 years ago

A collection of applications designed to run within Open Visualisation Environment (OVE).

Image
0

2.2K

ovehub/ove-apps repository overview

Please note that all docker files expect that you have downloaded the source code⁠ corresponding to each specific version.

⁠Pre-requisites

  • All OVE Apps require an instance of OVE⁠ to be available before starting them.
  • The SVG App⁠ requires an instance of Tuoris⁠ to be available before starting it.
  • The WebRTC App⁠ requires an instance of OpenVidu⁠ to be available before starting it.

⁠Installing and running OVE Apps

Run the following command to start OVE Apps:

docker run -it --rm -p 8081-8094:8081-8094 -e OVE_HOST=localhost:8080 -e TUORIS_HOST=localhost:7080 -e OPENVIDU_HOST=localhost:4443 --name ovehub-ove-apps ovehub/ove-apps:stable

After the application starts, follow the guide on launching OVE Apps⁠.

⁠Quick reference

⁠What are OVE Apps?

Open Visualisation Environment (OVE)⁠ is an open-source software stack, designed to be used in large scale visualisation environments. OVE was developed to meet the requirements of controlling the Data Observatory⁠ at the Data Science Institute⁠ of Imperial College London⁠, but it is not specialized for that purpose.

OVE can be used for visual analytics on Large High Resolution Displays, for presentations, or for collaborative group work. It allows a user to control the display of content in web browsers distributed across multiple computers by implementing a microservices architecture that allows the distributed execution of applications using web technologies.

OVE Apps are a collection of applications designed to run within OVE⁠.

⁠License

View license information⁠ for the software contained in this image.

Tag summary

Content type

Image

Digest

sha256:379ed0f5f…

Size

288.3 MB

Last updated

almost 3 years ago

docker pull ovehub/ove-apps