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 "Gemini/Web"

Line 1: Line 1:
 
Gemini Web is a subproject of the Gemini project.  
 
Gemini Web is a subproject of the Gemini project.  
  
Gemini Web is a sister project of Virgo. Please refer to the [[Virgo|Virgo wiki]] for salient information.  
+
Gemini Web is a sister project of Virgo. Please refer to the [[Virgo|Virgo wiki]] for salient information.
 +
 
 +
= Trying out Gemini Web =
 +
 
 +
[http://download.eclipse.org/equinox/ Download] the Equinox JAR, for example org.eclipse.osgi_3.6.0.v20100517.jar, and move it to a suitable directory (e.g. ~/gemini-web-test).
 +
 
 +
[http://www.eclipse.org/gemini/web/download Download] Gemini Web and unzip it to ~/gemini-web-test/gemini-web.
 +
 
 +
Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a config.ini file in the configuration directory. An example which works with 1.1.0.M01 is here. Essentially this file ensures that the dependencies of Gemini Web, which come in the dep directory, are installed and then the Gemini Web bundles are installed and started.
 +
 
 +
Then start Equinox as follows:
 +
<pre>
 +
java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console
 +
</pre>
 +
 
 +
You can then install WAR files and web bundles using the install command from the console. Refer to the [http://www.eclipse.org/gemini/web/documentation documentation] for more information.
  
 
[[Category:Gemini_Web|Web]]
 
[[Category:Gemini_Web|Web]]

Revision as of 03:53, 30 June 2010

Gemini Web is a subproject of the Gemini project.

Gemini Web is a sister project of Virgo. Please refer to the Virgo wiki for salient information.

Trying out Gemini Web

Download the Equinox JAR, for example org.eclipse.osgi_3.6.0.v20100517.jar, and move it to a suitable directory (e.g. ~/gemini-web-test).

Download Gemini Web and unzip it to ~/gemini-web-test/gemini-web.

Configure Equinox by creating a directory ~/gemini-web-test/configuration and create a config.ini file in the configuration directory. An example which works with 1.1.0.M01 is here. Essentially this file ensures that the dependencies of Gemini Web, which come in the dep directory, are installed and then the Gemini Web bundles are installed and started.

Then start Equinox as follows:

 java -jar org.eclipse.osgi_3.6.0.v20100517.jar -console

You can then install WAR files and web bundles using the install command from the console. Refer to the documentation for more information.

Back to the top