Difference between revisions of "D4Science Portal Installation"

From Gcube Wiki
Jump to: navigation, search
(Install gCore)
(Installing ASL)
Line 45: Line 45:
  
 
== Installing ASL ==  
 
== Installing ASL ==  
If dynamic deployment is available, then you should prefer it.
+
If dynamic deployment is available, then you should prefer it.<br>
In order to install ASL, you have to download it lastest version from [http://software.d4science.research-infrastructures.eu/PackagesServlet?version=org.gcube.HEAD&title=development distribution site]
+
Otherwise, in order to install ASL, you have to download its lastest version from [http://software.d4science.research-infrastructures.eu/PackagesServlet?version=org.gcube.HEAD&title=development distribution site].
  
 
==Applications Needed==
 
==Applications Needed==

Revision as of 17:50, 21 October 2008

Alert icon2.gif THIS SECTION OF GCUBE DOCUMENTATION IS CURRENTLY UNDER UPDATE.

Install gCore

In order to install D4Science Portal, you need to install gCore. You can download the last version of gCore from here. Instuctions about how to install gCore can be found here

Install Tomcat

If there is no tomcat installation on your node, you need to download and install it. We sugest that you use tomcat v. 5.0.x or 5.5.x. You can download tomcat from here.

Setup Tomcat

In order to enable tomcat to consume WSRF services, you have to apply some changes on tomcat's files:

  1. modify $CATALINA_HOME/bin/setclasspath.sh => Remove the line where the classpath is reset (CLASSPATH=)
  2. add the mail.jar in $CATALINA_HOME/commons/endorsed

Setup Environment

  1. The new D4Science portal requires a Gridsphere 3.1. Installation. You can download a clean version of Gridsphere 3.1 from ETICS ). Then unzip - untar the file.
  2. You will also need this sh file. This is a replacement of the original globus-devel-env.sh which excludes some jars from gCore (because they are older than the needed by the portal and they create conflicts). Download it and store it in $CATALINA_HOME.
  3. Clone the current ~/.bashrc to ~/.bashrc_portal, and modify the following:
    1. add CATALINA_HOME evn. variable (the home directory of tomcat)
    2. add GRIDSPHERE_HOME env. variable (the home directory of gridpshere)
    3. add JAVA_HOME env. variable (the home directory of java)
    4. add GLOBUS_LOCATION env. variable (the home directory of gCore)
    5. add CATALINA_OPTS env. variable "export CATALINA_OPTS=-DGLOBUS_LOCATION=$GLOBUS_LOCATION"
    6. remove the "source" command of globus-devel-env
    7. add a new "source" command for the modifies globus-devel-env script: "source $CATALINA_HOME/globus-devel-env-local.sh"
  4. Some jars of gCore create conflicts that can only be resolved by replacing them.. These are the naming*.jar jars. So you have to remove these jars and then add the jars found here.

Install Gridsphere

If you want to have the D4Science look and fell, you have to apply the theme patch. You can download it from here. Then unzip - untar the file and from the D4Science-ThemesAndLayouts directory execute: "source patch.sh".

Now you are ready to deploy gridsphere!!! (If you want to deploy gridsphere on a different context that "/grdsphere/gridsphere", then you have to modify $GRIDSPHERE_HOME/build.properties file.) Execute the following command:

  • cd $GRIDPSHERE_HOME
  • ant install

Now, you have a portal instance!

Start /Stop Tomcat

In order to start / stop tomcat, you should execute the following commands correspondingly:

  • source ~/.bashrc_portal; $CATALINA_HOME/bin/catalina.sh start
  • source ~/.bashrc_portal; $CATALINA_HOME/bin/catalina.sh stop

Installing ASL

If dynamic deployment is available, then you should prefer it.
Otherwise, in order to install ASL, you have to download its lastest version from distribution site.

Applications Needed

Apache Tomcat 5.5.26. You also need to download a org.postgresql.Driver (download jdbc driver from http://jdbc.postgresql.org/).

Install the GS Portal

You may want to follow instructions from http://www.gridsphere.org/

You should also place the required JDBC driver jar file in the $CATALINA_HOME/common/lib directory of Tomcat.


First Run Of the Portal

GS will ask you to decide which database you want to make it using. D4Science is going to use a centralized PostgreSQL DB. Ask me directly for its location and connection data.

Changing Gridsphere DB Location once portal is installed

You should stop Tomcat, change the file located in $portaluser/.gridsphere/database/hibernate.properties Startup Tomcat

For info on the Authorative LDAP DB please refer to the next section in this guide.