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

(Installing OSEE)
(Installing OSEE)
Line 8: Line 8:
 
* [[OSEE/Install_OSEE_Via_Eclipse_Repository|Install OSEE Via Eclipse Repository]]
 
* [[OSEE/Install_OSEE_Via_Eclipse_Repository|Install OSEE Via Eclipse Repository]]
 
* [[OSEE/DownloadInstallAndConfigureOsee#Install_OSEE_Via_Full_Download | Install OSEE Via Full Download]]
 
* [[OSEE/DownloadInstallAndConfigureOsee#Install_OSEE_Via_Full_Download | Install OSEE Via Full Download]]
 
=== Install OSEE Via Eclipse Repository ===
 
# Download the latest version of Eclipse from the [http://www.eclipse.org/downloads/ Current Eclipse Release] page.
 
# Follow this link to the OSEE Downloads page.
 
# Click on the OSEE Incubation Update Site link. [[Image:OseeScreenShotClientIncubationUpdateSiteLink.png]]
 
# Click on any one of the Eclipse mirror site links. [[Image:OseeScreenShotMirrorDownloadLink.png]]
 
# 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">
 
<tr><td valign="top">[[Image:Open_perspective.png]]</td>
 
<td valign="top">[[Image:Show_view.png]]</td></tr>
 
</table>
 
 
=== Install OSEE Via Full Download ===
 

Revision as of 17:12, 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:

Back to the top