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 (Code Recommenders Team Server)
m (Code Recommenders Team Server)
Line 16: Line 16:
 
== Code Recommenders Team Server ==
 
== Code Recommenders Team Server ==
 
* [http://vandyk.st.informatik.tu-darmstadt.de/updates/server/  Download] and unzip appropriate server archive.
 
* [http://vandyk.st.informatik.tu-darmstadt.de/updates/server/  Download] and unzip appropriate server archive.
* start the server using start.sh/.bat/.exe
+
* 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?
 
* missing! how to create databases and views for non-ui based team server? Should we run a startup script if dbs do  not exist?
  
 
[[Category:Recommenders|Team Server]]
 
[[Category:Recommenders|Team Server]]

Revision as of 03:40, 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 0.4 or higher

Installation

Apache CouchDB

  • Download CouchDB developer preview from couchbase.com.
  • Install CouchDB on localhost.
  • Start CouchDB server
  • Ensure that the CouchDB start page comes up.
  • Change 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

  • 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?

Copyright © Eclipse Foundation, Inc. All Rights Reserved.