|
From: <bsc...@us...> - 2013-03-28 19:42:07
|
Revision: 16185
http://unicore.svn.sourceforge.net/unicore/?rev=16185&view=rev
Author: bschuller
Date: 2013-03-28 19:41:58 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
milestone2
Modified Paths:
--------------
unicore-portal/trunk/standalone/README
unicore-portal/trunk/standalone/src/main/conf/portal.properties
Modified: unicore-portal/trunk/standalone/README
===================================================================
--- unicore-portal/trunk/standalone/README 2013-03-28 16:41:27 UTC (rev 16184)
+++ unicore-portal/trunk/standalone/README 2013-03-28 19:41:58 UTC (rev 16185)
@@ -8,16 +8,15 @@
This is a preview version of the UNICORE Portal.
-It is very much work in progress and should be used
-to assess the basic look and feel, setup, configuration,
-feature requests etc.
+It is work in progress and should be used to assess the
+look and feel, setup, configuration, feature requests etc.
Please contact the developers with any feedback you might have.
Installation
************
-The application requires Java version 1.6 or later and is
+The portal server requires Java version 1.6 or later and is
currently restricted to a Linux/UNIX operating system.
Unzip the archive into a convenient folder, which will result in
the following directory structure
@@ -48,8 +47,8 @@
portal machine, but they can also be stored remotely on a UNICORE
storage.
-Signing web start archives
-**************************
+Signing webstart archives
+*************************
The application includes parts that are run via Java web start.
These need to be signed using the portal credential. Signing
@@ -75,10 +74,14 @@
Before logging in, a user has to register using the "Create account"
tab on the login page. After creating an account, the user can log in.
-After logging in, the main views currently are located under "Browse"
-and "Compute". The "Browse" view contains the Grid, Site and Job
-browser views which allow various actions including downloading
-result files. To run a comopute job, you can either select a site from
+Currently, only authentication using a certificate in the browser is
+supported. Using the "Profile" view, the user must create a SAML trust
+delegation assertion.
+
+The main views currently are located under "Browse"
+and "Compute". The "Browse" view contains the Grid, Site, Job and
+Data browser views which allow various actions including downloading
+result files. To run a compute job, you can either select a site from
the Site view, and right-click, or use the "Compute" menu.
Modified: unicore-portal/trunk/standalone/src/main/conf/portal.properties
===================================================================
--- unicore-portal/trunk/standalone/src/main/conf/portal.properties 2013-03-28 16:41:27 UTC (rev 16184)
+++ unicore-portal/trunk/standalone/src/main/conf/portal.properties 2013-03-28 19:41:58 UTC (rev 16185)
@@ -77,18 +77,17 @@
#
#
-# plain HTTP address (no cert required)
+# HTTPS connector
#
-portal.server.address.1=http://localhost:9090
+# allows to login using certificate installed in the browser
+#
+portal.server.address.1=https://localhost:9091
#
-# HTTPS
+# plain HTTP address (no cert required)
#
+#portal.server.address.2=http://localhost:9090
-# optionally enable https connector, which will allow
-# to login using certificate installed in the browser
-#
-portal.server.address.2=https://localhost:9091
# set to false to NOT require a client certificate on the
portal.httpServer.requireClientAuthn=false
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|