Skip to content

Install: Dependencies

Chaz Larson edited this page Aug 25, 2018 · 4 revisions

Telly by itself doesn't have many dependencies; what dependencies there are are related to optional features.

  1. FFMpeg

If you're planning to enable FFMpeg, you will have to have FFMpeg installed and in your path.

Details on installing FFMpeg for various platforms can be found here.

https://ffmpeg.org/download.html

  1. Docker

If you're planning to use Telly with Docker, you should have a basic understanding of how Docker works, and Docker should be installed and running on your system.

https://www.docker.com/get-started

You should also be familiar with basic Docker operations like creating, running, and managing containers.

I'm fond of this tutorial, but it is based on Ubuntu Linux.

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04

Clone this wiki locally