Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/Attic/TeamServer"

m (Client Configuration)
m (Client Configuration)
Line 23: Line 23:
 
Update your clients to use the new server instead of Code Recommenders' default server by changing the following urls in  ''Preferences>>Code Recommenders'':
 
Update your clients to use the new server instead of Code Recommenders' default server by changing the following urls in  ''Preferences>>Code Recommenders'':
 
* Code Search: http://your-team-server:29750/codesearch
 
* Code Search: http://your-team-server:29750/codesearch
* Extdoc: http://your-team-server-name:'''5984'''/extdoc
+
* Extdoc: http://your-team-server-name:5984/extdoc (note: port is CouchDB port for extdoc!)
 
* UDC: http://your-team-server:29750/udc
 
* UDC: http://your-team-server:29750/udc
  
 
[[Category:Recommenders|Team Server]]
 
[[Category:Recommenders|Team Server]]

Revision as of 04:06, 29 October 2011

Prerequisites

  • Decent Linux/Win/Mac box with 2GHz, 2G RAM and Java 6 or better.
  • Apache CouchDB 2.0 or higher (not officially released)
  • Code Recommenders Team Server 0.4 or higher

Installation

Apache CouchDB

Code Recommenders Team Server

  • Download and unzip appropriate server archive.
  • start the server using start.sh/.bat/.exe TODO: Change from platform dependent build to start scripts. We don't need a particular mac build...
  • missing! how to create databases and views for non-ui based team server? Should we run a startup script if dbs do not exist?


Client Configuration

Update your clients to use the new server instead of Code Recommenders' default server by changing the following urls in Preferences>>Code Recommenders:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.