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"

(Trying out Gemini Web)
(Trying out Gemini Web)
Line 3: Line 3:
 
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  =
+
== Trying out Gemini Web  ==
  
1. [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). On the [http://download.eclipse.org/equinox/ Download] page first choose the desired Release or Build, then download the JAR from the ''Framework'' section.  
+
1. [http://download.eclipse.org/equinox/ Download] the Equinox JAR, for example [http://download.eclipse.org/equinox/drops/R-3.6-201006080911/download.php?dropFile=org.eclipse.osgi_3.6.0.v20100517.jar org.eclipse.osgi_3.6.0.v20100517.jar], and move it to a suitable directory (e.g. ~/gemini-web-test). On the [http://download.eclipse.org/equinox/ Download] page first choose the desired Release or Build, then download the JAR from the ''Framework'' section.  
  
 
2. [http://www.eclipse.org/gemini/web/download Download] Gemini Web and unzip it to ~/gemini-web-test/gemini-web.  
 
2. [http://www.eclipse.org/gemini/web/download Download] Gemini Web and unzip it to ~/gemini-web-test/gemini-web.  
  
3. 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 available (in zipped form) [http://wiki.eclipse.org/images/5/5e/Config.ini.zip 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.  
+
3. 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.M03-incubation''' is available (in zipped form) [http://wiki.eclipse.org/images/5/5e/Config.ini.zip 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.  
  
 
4. Start Equinox as follows:  
 
4. Start Equinox as follows:  

Revision as of 02:22, 6 August 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

1. 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). On the Download page first choose the desired Release or Build, then download the JAR from the Framework section.

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

3. 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.M03-incubation is available (in zipped form) 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.

4. Start Equinox as follows:

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

5. 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