Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 (Prerequisites)
Line 1: Line 1:
 
= Prerequisites =
 
= Prerequisites =
  
# Couchbase Single Server Community Edition 2.0.0 or higher ([files.couchbase.com/developer-previews/couchbase-single-server-2.0.0-dev-preview/ download developer preview versions])
+
* Decent Linux/Win/Mac box with 2GHz, 1G RAM and Java 6 or better.
 +
* Apache CouchDB 2.0 or higher (not officially released)
 +
* Code Recommenders Team Server
  
 +
= Download & Install =
 +
 +
== CouchDB ==
 +
* [http://files.couchbase.com/developer-previews/couchbase-single-server-2.0.0-dev-preview/  Download] CouchDB.
 +
* Install CouchDB on localhost.
 +
* Start CouchDB server and check that http://localhost:5984/_utils is up.
 +
* Change [http://localhost:5984/_utils/config.html os_process_timeout config parameter] from '5000' to '10000' or higher. The exact value depends on the power of your machine and the data you process.
 +
 +
== Code Recommenders Team Server ==
 +
* [http://vandyk.st.informatik.tu-darmstadt.de/updates/server/  Download] and unzip appropriate server archive.
 +
* start the server using start.sh/.bat/.exe
  
 
[[Category:Recommenders|Team Server]]
 
[[Category:Recommenders|Team Server]]

Revision as of 03:28, 29 October 2011

Prerequisites

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

Download & Install

CouchDB

Code Recommenders Team Server

  • Download and unzip appropriate server archive.
  • start the server using start.sh/.bat/.exe

Back to the top