Use the runscripts.bat file to create a database using the following files:

-> Create_Database.sql - Creates the "Example" database
-> Create_User.sql - Creates a user with the username of "reports" and the password of "reports", and gives the user the db_reader role on the "Example" database
-> Populate_Database.sql - Creates the "People" table in the "Example" database, and populates it with some test data

Alternatively, you can restore the "Example.bak" database if you're using SQL Server 2008 R2. You will need to create a server login of "reports" with the password of "reports", or alter the web.config of the website, so that the connection string of "StiConnectionString" uses a user with access to the "Example" database.