-
install the dependency packages
pip install -r requirements.txt
-
This app requires the copy of spoken-website, it takes videos and static files from spoken-website.
open config.py and update the following variables
- set "base_path" variable to point the spoken-website directory.
- set "zip_file_path" variable to point the place for storing zip file.
- set dbuser, dbpassword, dbname variables with the correct values.
python2.7 main.py
(or)
python main.py