Installation Instructions - minosthem/filmoid GitHub Wiki
From GitHub
- Clone this repository
- Install the 3rd party python libraries in the requirements.txt
- In app/properties, copy the example_properties.yaml with the name properties.yaml
- Use the ReadMe.md to change the properties inside the yaml file
- Run the main.py in the app directory
From DockerHub
- Pull the image:
docker pull minosthem/filmoid:latest
- Run the container and check the logs
- When setup is finished, enter in the container and execute main.py
- 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.