Installation Instructions - minosthem/filmoid GitHub Wiki

From GitHub

  1. Clone this repository
  2. Install the 3rd party python libraries in the requirements.txt
  3. In app/properties, copy the example_properties.yaml with the name properties.yaml
  4. Use the ReadMe.md to change the properties inside the yaml file
  5. Run the main.py in the app directory

From DockerHub

  1. Pull the image:
docker pull minosthem/filmoid:latest
  1. Run the container and check the logs
  2. When setup is finished, enter in the container and execute main.py
  3. Note that if you want to change the properties: enter the container, update the properties.yaml, re-run the setup if necessary and then execute the main.py script.