Koders download for Team System Web Access

Subscribe to Koders download for Team System Web Access 1 post, 1 voice

 
Avatar ddecristo 13 posts

Koders Pro integrated with Team System Web Access provides federated search results for your internal source code along side Work Items and Reports in the Results pane. Click here for Screencast Demonstration

Installation Instructions
  1. Before installing, ensure that you have a Koders Pro instance already installed and that your code has been indexed and is searchable via a browser. You will need the Koders Pro Search Url in step 4. If installing Koders Pro on the same server as Team System Web Access, there may be a port conflict as they each use port 8080 by default. Koders Pro will allow you to modify the port during or after installation.
  2. Download Koders4TSWA
  3. The download above is simply an overlay that needs to be unzipped into the root folder of your Team System Web Access installation folder. By default, the path should be C:\Program Files\Microsoft Visual Studio 2008 Team System Web Access.
  4. Edit the Web.config file in the Web folder of your Team System Web Access installation root and add the keys below under the <appsettings> tag. The value of the key “KodersEnterpriseURL” should be set appropriately to your Koders Pro search url from step 1. If you want the search results to include internet-wide open source search results, change the value of the “EnableKodersOpenSource” key below to “true”.

<add key=”KodersEnterpriseURL” value=”http://localhost:8081/” />
<add key=”EnableKodersOpenSource” value=”false” />

Uninstall Instructions
  1. Currently we do not have an explicit uninstall procedure, however if at a later time you decide that don’t want to see the Koders Pro Search results. It can be disabled by commenting out the key “KodersEnterpriseURL” in the Web.config file in the Web folder under the Team System Web Access root Installation folder.