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¶
- Clone the repository: git clone https://www.github.com/gracenote/Repographer.git
- In Visual Studio, open src\Repographer.sln
Deploy the Database¶
- Right-click on Repographer.Database and select “Publish.”
- Name the database “Repographer” and supply a valid connection string.
Deploy the Reports¶
- Right-click on Repographer.Reports and modify the Properties. Change the Report Server URL to the desired server.
- In Repographer.Reports, right-click on the “Repographer” data source and update the connection string to where the database is published.
- Right-click on Repographer.Reports and “Publish”
Compile the Executable¶
- Enable NuGet Restore for the .sln
- 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!