Instructions

The soucre files contains the following:

Steps:

  1. download folder to local pc.
  2. prepare db
    1. create empty db on SQL
    2. activate the build_schema.sql script (from db folder) on the new empty DB
    3. edit set isolation level.sql script
      1. change the your db name with you db name
    4. run set isolation level.sql script
  3. prepare visual studio solution
    1. open the solution Test Project.sln
    2. update projects configuration files connection string setting with your db settings
      1. msdev project\Test Project\TestProject1\App.config
      2. msdev project\Test Project\JobServerConsoleHost\App.config
      3. msdev project\Test Project\WebSite\Web.config – set first connection string
    3. update requested site url (youtubeSite) & user credentials (devKey) under projects configuration files <add key="devKey" value="<dev key>"/> <add key="youtubeSite"value="http://www.youtube.com/<request site>"/>
      1. msdev project\Test Project\TestProject1\App.config
      2. msdev project\Test Project\JobServerConsoleHost\App.config
    4. build solution
    5. run tests – All Tests in solutions – hopefully it will pass that phase…
  4. activate the project
    1. run the JobServerConsoleHost console application
    2. run the Site

After completion of step 4.a the application will poll on the requested site & all published videos will be synchronized into local db.
After completion of step 4.b the site should present all the synchronized webinars & will maintain interaction on the existing webinars. The interaction includes questions & comments on each presented webinar.

In order to work with the site you will need to register a new user & to login with it.
The first registered user will be the only administrator & by that will be able to do the following:
Thanks
Sagi