This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
subyt /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
application/ | ||
| |
library/ | ||
| |
public/ | ||
| |
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)
- Zend Framewok v1.9.x
- ZFDebug Bar v1.5.x
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








