Portal download

From Ogce

Contents

Features

The OGCE portal download includes everything you need to get started building a Java-based Grid portal, including Tomcat 5.5 web server, GridSphere 2.1 portlet container, and OGCE Grid portlets. Capabilities include

  • Grid credential management
  • Secure remote file management
  • Secure remote code execution
  • Views of Grid information services such as machine load, usage, and queue wait time
  • Workflow composers (XBaya)

For more information on individual portlet components, see the portlet documentation.

Requirements

The OGCE portal software requires Java SDK 1.5 or higher and should be installed on Linux, Unix, or Mac OS X operating systems.

Portal Toolkit 2.4 Download

Download Tar

Date Download Link Approx. Size
November 14, 2008 ogce-portal-only-release-2.4.tar.gz 97 MB

SVN Checkout

You can check out the code using an SVN client:

 svn co https://ogce.svn.sourceforge.net/svnroot/ogce/tags/ogce-portal-only-release-2.4

Release Features

Version 2.4 features include

  • The TeraGrid User Portal's File Manager applet: Interactively move files between your desktop and the TeraGrid with this applet.
  • Numerous bug fixes and improvements: For more information, see this blog post

Portal Toolkit 2.3 Download

The portal version 2.3 is available. This download includes everything you need to get started except Java. Software includes portlets under "OGCE Portlet Documentation" on the left hand sidebar as well as a tomcat server, Gridsphere 2.1, and installation tools. It does not include OGCE services, which are available as separate downloads.

Date Download Link Approx. Size
July 7, 2008 ogce-portal-only-2.3.1.tar.gz 65 MB

Optional Maven 2 Dowloads

We also strongly recommend that you download our Maven 2 repository. These are all the third party jars used in the release. Unpack this tar in your $HOME directory. It should create the file $HOME/.m2. If you choose not to download this, the OGCE build process will attempt to download all the jars required during the first build.

Date Download Link Approx. Size
June 6, 2008 m2.tar.gz 155 MB

Older Releases

All releases can be found in

http://www.collab-ogce.org/ogce2/downloads

Portal Toolkit 2.1 Download

See the Installation link for more information. Use the GNU sum and md5sum commands to obtain the checksum, block count, and MD5 digest. Use these to verify the integrity of your download.

We strongly encourage you to download the maven respository jars linked below. This is not required but because of the large number of third party jars, you may experience problems with the installation that result from difficulties populating your local Maven repository.

Date Download Link
June 4, 2007 ogce2-2.1.tar.gz

Click here to get previous releases in this series.

Recommended Maven Jar Downloads for 2.1

The OGCE portal release uses Maven 1.0.2 to download jars from remote repositories. This can take a very long time on your first portal build and may result in time-outs, so we strongly encourage you to download the Maven repository snapshot.

Date Download Link
June 4, 2007 dot-maven-2.1.tar.gz

To install these jars, do the following:

 cd $HOME
 tar -zxvf dot-maven-2.0.tar.gz
 ls -a $HOME|grep .maven

Portal Release Notes

June 6, 2008: OGCE 2.2 Release Notes

  * Major revisions to XBaya workflow composer to comply with updates to the rest of the [Workflow] suite.
  * Bug fixes to GPIR
  * Updates to PURSe portlets.

November 21, 2007: OGCE 2.2 Release Notes

  * Complete revision of the build system to use Maven 2.
  * Addition of 
  * File management features consolidated into a single file portlet, file-manager.
  * TeraGrid's Batch Queue Prediction (QBETS) portlet added
  * Updates to CoG version 4.1.4

June 3, 2007: OGCE 2.1 Release Notes

  * Condor-G portlet released.
  * Minor Bug fixes 

Nov 10, 2006: OGCE 2.0.4 Notes

This release includes the following updates:

   * OGCE is now configured and tested to work with TeraGrid GRAM, GridFTP, and GPIR services out of the box. You can still also use OGCE Grid portlets 
     with your own Globus installation.
   * Condor portlets completely rewritten to work with Condor 6.8.
   * PURSe Portlets added to the main build process.
   * PBS submission bug fixed in the batch job submission portlet.
   * Gridsphere version updated to 2.1.5. This is our preferred version for stability and scalability.

May 31, 2006: OGCE 2.0.3 Notes

  * Condor portlet revised to correctly handle requirement input fields and standard output/error redirection specified in the input fields.

May 17, 2006: OGCE 2.0.2 Notes

   * Removed an obsolete portlet.xml file under ogce-portal/src/ that caused problems with the GridSphere 2.1.2 role manager portlet.
   * Updated the main installation script to fail correctly and complain if Gridsphere installation fails because of a broken Ant 
     on some Redhat Fedora boxes. See http://ant.apache.org/faq.html#InstantiationException

May 9, 2006: OGCE 2.0.1 Notes

Includes an updated GPIR 1.2.2 service and some fixes to the installation script to provide more warnings and exit conditions to prevent incomplete installations.

May 8, 2006: OGCE2 2.0.0 release Notes

Includes update of GPIR web service to version 1.2.1.

May 1, 2006

The RC 4 is the first public release candidate of the OGCE2 2.0 release.

OGCE Web Site Download

You can download and build the OGCE web site to keep documentation at hand. Click the link to download and untar as usual. Date Download Link November 10, 2006 ogce2-website.tar.gz

To build the documentation, follow these steps:

 tar -zxvf ogce2-website.tar.gz
 cd ogce2-website
 maven clean xdoc
Web site tools