public
Description: Subset of YouTube - A niche video website for West Coast Swing
Homepage: http://www.danceric.net/code
Clone URL: git://github.com/danceric/subyt.git
subyt /
name age message
file .gitignore Loading commit data...
file README.markdown
directory application/
directory library/
directory public/
directory tests/
README.markdown

SubYT

SubYT is a niche video website engine for West Coast Swing Video.

It's current purpose is to be a testing bed for GitHub, Zend Framework and Google Data API.

Requirements

Create a library folder and put these libraries in it (or have them in your php include path)

Create a database and load the data

cd application/data
sqlite3 subyt_development.sqlite
sqlite> .read schema.sql
sqlite> .read sample-data.sql

Configure your Apache web server to serve the public folder as the DocumentRoot