The SSRS report project in this .sln is part of SSDT-BI for VS 2013. You can download from here: http://www.microsoft.com/en-us/download/details.aspx?id=42313

Installation

  1. Clone the repository: git clone https://www.github.com/gracenote/Repographer.git
  2. In Visual Studio, open src\Repographer.sln

Deploy the Database

  1. Right-click on Repographer.Database and select “Publish.”
  2. Name the database “Repographer” and supply a valid connection string.

Deploy the Reports

  1. Right-click on Repographer.Reports and modify the Properties. Change the Report Server URL to the desired server.
  2. In Repographer.Reports, right-click on the “Repographer” data source and update the connection string to where the database is published.
  3. Right-click on Repographer.Reports and “Publish”

Compile the Executable

  1. Enable NuGet Restore for the .sln
  2. Compile Repographer

Once compiled, you can distribute the binaries as a .zip to others in your organization that have use of the tool.

Note: It is highly recommended to put repo.exe on your PATH!