Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

SciGaP/SEAGrid-Desktop-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop Client Application to SEAGrid Science Gateways

To build the project

mvn clean install

To run GridChem-Client in local mode

./run.sh

To build Java Webstart (JNLP) pack

mvn clean install -Pjnlp

  • Files are created in target/jnlp folder
  • To change configurations of jnlp build, refer to the profile "jnlp" in pom.xml
  • Make sure caching temporary files option in Java Control Panel is checked before running launch.jnlp
Tested systems
  • Mac OS X 10.10.2
  • Java version 1.7.0_21

Configuring WSO2 Identity Server

Note: If you are running WSO2 IS with its self signed certificate, you have to add that certificate to jre before running the application. Guide to this can be found from http://magicmonster.com/kb/prg/java/ssl/pkix_path_building_failed.html

  • Download WSO2 IS 5.0.0 and Service Pack http://wso2.com/products/identity-server/
  • Extract wso2is-5.0.0.zip zip and WSO2-IS-5.0.0-SP01.zip
  • Install service pack according to given instructions and start WS02 IS
  • Login to admin console https://localhost:9443
  • Go to Home > Identity > Service Providers > Add
  • Create a new Service Provider
  • Inbound Authentication Configuation > OAuth/OpenID Connect Configuration
  • Create an OAuth 2.0 application
  • Copy OAuth Client Key and Secret
  • Update Gridchem_Home/src/main/resources/airavata.properties file

Releases

No releases published

Packages

No packages published

Languages