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"

(Install OSEE Via Eclipse Repository)
(Install OSEE Via Eclipse Repository)
Line 12: Line 12:
 
# Download the latest version of Eclipse from the [http://www.eclipse.org/downloads/ Current Eclipse Release] page.
 
# Download the latest version of Eclipse from the [http://www.eclipse.org/downloads/ Current Eclipse Release] page.
 
# Start Eclipse and select the menu item '''Help > Install New Software...''' <!--[[Image:Find_and_install.png]]-->
 
# Start Eclipse and select the menu item '''Help > Install New Software...''' <!--[[Image:Find_and_install.png]]-->
# Select the ''Available Software'' tab group and click the ''Add...'' button. <br/> [[Image:Add_site.png|500px]] [[Image:New_update_site.png]]<br/>
+
# 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.'''
 
# 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.
 
# Click on the ''OK'' button to store update site information.

Revision as of 16:40, 21 March 2012

Install/Download OSEE

System Requirements to Use OSEE

  • System with at least 1GB of RAM
  • Java Runtime Environment (JRE) 1.6 or higher
  • Relational Databases: OSEE comes bundled with H2. For additional database support, see Supported Databases.

Installing OSEE

There are two ways to install OSEE:

Install OSEE Via Eclipse Repository

  1. Download the latest version of Eclipse from the Current Eclipse Release page.
  2. Start Eclipse and select the menu item Help > Install New Software...
  3. Click the Add... button.
    Add site.png New update site.png
  4. On the Add Site dialog copy the URL for the OSEE Client Incubation Update Site from 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.
  5. Click on the OK button to store update site information.
  6. Select the OSEE update site entry and all features listed under its category. Click the Install button. Install updates.png
  7. The update manager calculates dependencies and offers you a list of features to install. Select the needed ones and click the Next button.Install.png
  8. Accept terms of license agreement and click the Finish button in order to start the download of selected features.Install license.png
  9. 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.

Restart dialog.png

  1. Before you can use OSEE you will need to install a relational database. Follow the instructions at Supported Databases to complete this step.
  2. Initialize the database with default OSEE data. See Database Initialization
  3. Setup config.ini and launch eclipse to start using OSEE Launch and Configuration
  4. 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....
Open perspective.png Show view.png

Install OSEE Via Full Download

Back to the top