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 "OSEE/DownloadInstallAndConfigureOsee"

(Installing OSEE)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Install/Download OSEE =
+
== System Requirements ==
== System Requirements to Use OSEE ==
+
 
* System with at least 1GB of RAM
 
* System with at least 1GB of RAM
 
* Java Runtime Environment (JRE) 1.6 or higher
 
* Java Runtime Environment (JRE) 1.6 or higher
* Relational Databases: OSEE comes bundled with H2. For additional database support, see [[OSEE/Users_Guide/Getting_Started#Supported_Databases|Supported Databases]].
 
== Installing OSEE ==
 
There are two ways to install OSEE:
 
* [[OSEE/Install_OSEE_Via_Eclipse_Repository|Install OSEE Via Eclipse Repository]]
 
* [[OSEE/DownloadInstallAndConfigureOsee#Install_OSEE_Via_Full_Download | Install OSEE Via Full Download]]
 
  
=== Install OSEE Via Eclipse Repository ===
+
== Install OSEE ==
# Download the latest version of Eclipse from the [http://www.eclipse.org/downloads/ Current Eclipse Release] page.
+
# [http://www.eclipse.org/downloads/ Install the latest version of Eclipse]
# Follow this link to the OSEE Downloads page.
+
# [[OSEE/DownloadInstallAndConfigureOsee/Download_Current_Version_of_OSEE | Download Current Version of OSEE]]
# Click on the OSEE Incubation Update Site link. [[Image:OseeScreenShotClientIncubationUpdateSiteLink.png]]
+
# [[OSEE/DownloadInstallAndConfigureOsee/Install_OSEE_as_an_Eclipse_Repository | Install OSEE as an Eclipse repository]]
# Click on any one of the Eclipse mirror site links. [[Image:OseeScreenShotMirrorDownloadLink.png]]
+
# [[OSEE/Users Guide/Getting Started#Server Installation| Install and configure the server]]
# Choose 'Save File' and click OK. [[Image:OseeScreenShotSaveAsDialog.png]]
+
# Wait for download to complete.
+
# Start Eclipse and select the menu item '''Help > Install New Software...''' <!--[[Image:Find_and_install.png]]-->
+
# Click the ''Add...'' button. <br/> [[Image:Add_site.png|500px]] [[Image:New_update_site.png]]<br/>
+
# On the ''Add Site'' dialog copy the URL for the ''OSEE Client Incubation Update Site'' from [http://www.eclipse.org/osee/downloads/ downloads] page.  '''Please note that the use of the software you are about to access may be subject to third party terms and conditions and you are responsible for abiding by such terms and conditions.'''
+
# Click on the ''OK'' button to store update site information.
+
# Select the OSEE update site entry and all features listed under its category. Click the ''Install'' button. [[Image:Install_updates.png]]
+
# The update manager calculates dependencies and offers you a list of features to install. Select the needed ones and click the ''Next'' button.[[Image:Install.png]]
+
# Accept terms of license agreement and click the ''Finish'' button in order to start the download of selected features.[[Image:Install_license.png]]
+
# To apply installation changes click on the ''No'' button and shutdown Eclipse. It is important that you don't restart Eclipse until you have completed the database initialization steps below.
+
[[Image:Restart_dialog.png]]
+
# Before you can use OSEE you will need to install a relational database. Follow the instructions at [[#Supported Databases|Supported Databases]] to complete this step.
+
# Initialize the database with default OSEE data.  See [[#Database Initialization| Database Initialization]]
+
# Setup config.ini and launch eclipse to start using OSEE  [[#Launch_.26_Configuration| Launch and Configuration]]
+
# You can find different OSEE perspectives, such as Define and ATS, and views in correspondent dialogs, activated by menu items ''Window > Open Perspective > Other...'' and ''Window > Show View > Other...''.
+
  
<table border="0" cellpadding="5" cellspacing="0">
+
== Configure OSEE ==
<tr><td valign="top">[[Image:Open_perspective.png]]</td>
+
<td valign="top">[[Image:Show_view.png]]</td></tr>
+
</table>
+
 
+
=== Install OSEE Via Full Download ===
+

Latest revision as of 18:12, 21 March 2012

System Requirements

  • System with at least 1GB of RAM
  • Java Runtime Environment (JRE) 1.6 or higher

Install OSEE

  1. Install the latest version of Eclipse
  2. Download Current Version of OSEE
  3. Install OSEE as an Eclipse repository
  4. Install and configure the server

Configure OSEE

Back to the top