Installing Telstar

From Telstar Wiki
Revision as of 11:10, 3 April 2022 by John (talk | contribs) (Created page with "It is recommended that Telstar is installed into a Docker environment. The required images are available from https://hub.docker.com/repository/docker/johnnewcombe/telstar. The following examnple commands can be used to install and run Telstar. In addidion examples are also given for orchestrating the services using both Docker Compose (see Orchestrating Telstar with Docker Compose) and Kubernetes (see Orchestrating Telstar with Kubernetes. To run Telstar using...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

It is recommended that Telstar is installed into a Docker environment. The required images are available from https://hub.docker.com/repository/docker/johnnewcombe/telstar. The following examnple commands can be used to install and run Telstar. In addidion examples are also given for orchestrating the services using both Docker Compose (see Orchestrating Telstar with Docker Compose) and Kubernetes (see Orchestrating Telstar with Kubernetes.

To run Telstar using Docker, a minimum of two Docker images are required.

  • The official Docker image mongodb
  • The Docker image telstar

In addition, a Docker network will need to created to allow the images to communicate, and a Docker volume is desirable to allow for configuration changes and the addition of plugins.