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 "Corona/GettingStarted"

(New page: Corona's server-side environment is provide as an all-in-one '''platform''' distribution. Optional server '''applications''' are provided as features that can be installed into the server...)
 
Line 10: Line 10:
 
# Unzip the ''Platform'' to a folder on your machine
 
# Unzip the ''Platform'' to a folder on your machine
 
## This folder will be referred to as ''corona_home''
 
## This folder will be referred to as ''corona_home''
 +
# Change directory to the ''coron_home'' folder
 +
# (linux/mac only) Change the file attributes for the Corona shell command
 +
## '''chmod 755 corona.sh'''
  
 
=== Step 2: Configure Server Environment ===
 
=== Step 2: Configure Server Environment ===
Line 17: Line 20:
 
;org.osgi.service.http.port:tcp/ip port used by the http service
 
;org.osgi.service.http.port:tcp/ip port used by the http service
  
 +
=== Step 3: Start the Corona Server-side Platform ===
 +
# Execute the corona shell script to run the Corona Server-side Platform
 +
## (linux) '''./corona.sh ''run'''''
 +
## (winew) '''corona ''run'''''
  
 +
----
 +
The Corona server-side platform should be running within an OSGi command console.
  
 
[[Category: Corona]]
 
[[Category: Corona]]

Revision as of 20:00, 25 February 2008

Corona's server-side environment is provide as an all-in-one platform distribution. Optional server applications are provided as features that can be installed into the server via Update Manager.

The Corona server-side platform requires Java 1.5 and has been verified on the following architectures:

  • Win32 (WinXP)
  • Linux (Redhat)
  • Mac OS (Leopord)

Step 1: Install the Corona Platform

  1. Download the Corona Server Platform
  2. Unzip the Platform to a folder on your machine
    1. This folder will be referred to as corona_home
  3. Change directory to the coron_home folder
  4. (linux/mac only) Change the file attributes for the Corona shell command
    1. chmod 755 corona.sh

Step 2: Configure Server Environment

  1. Edit 'config.ini to change any of the following configuration items
osgi.applications
secondary server applications to automatically start
osgi.instance.area.default
location of the platform's workspace
org.osgi.service.http.port
tcp/ip port used by the http service

Step 3: Start the Corona Server-side Platform

  1. Execute the corona shell script to run the Corona Server-side Platform
    1. (linux) ./corona.sh run
    2. (winew) corona run

The Corona server-side platform should be running within an OSGi command console.

Back to the top