Instructions
The soucre files contains the following:
- msdev project – contains a visual studio 2010 solution which contains all the implementation.
- db folder – contains scripts for db creation on SQL 2008 R2 & db design file
Steps:
- download folder to local pc.
- prepare db
- create empty db on SQL
- activate the build_schema.sql script (from db folder) on the new empty DB
- edit set isolation level.sql script
- change the your db name with you db name
- run set isolation level.sql script
- prepare visual studio solution
- open the solution Test Project.sln
- update projects configuration files connection string setting with your db settings
- msdev project\Test Project\TestProject1\App.config
- msdev project\Test Project\JobServerConsoleHost\App.config
- msdev project\Test Project\WebSite\Web.config – set first connection string
- 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>"/>
- msdev project\Test Project\TestProject1\App.config
- msdev project\Test Project\JobServerConsoleHost\App.config
- build solution
- run tests – All Tests in solutions – hopefully it will pass that phase…
- activate the project
- run the JobServerConsoleHost console application
- 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:
- Schedule a new webinar into site
- Mark questions as answered
Thanks
Sagi