Skip to content

Spoken-tutorial/cdcontent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdcontent

Prerequisites

  1. install the dependency packages

    pip install -r requirements.txt

  2. This app requires the copy of spoken-website, it takes videos and static files from spoken-website.

Steps to do before running this app

open config.py and update the following variables

  1. set "base_path" variable to point the spoken-website directory.
  2. set "zip_file_path" variable to point the place for storing zip file.
  3. set dbuser, dbpassword, dbname variables with the correct values.

To run the app, use the following command

python2.7 main.py

(or)

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published