User Tools

Site Tools


public_namespace:prototype_v0.5.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
public_namespace:prototype_v0.5.0 [2010/01/13 17:48]
franckmichel created
public_namespace:prototype_v0.5.0 [2010/01/14 17:15]
franckmichel
Line 7: Line 7:
 This release corresponds to the revision r2026 of the trunk branch, and is tagged [[https://​nyx.unice.fr/​svn/​neurolog/​tags/​0.5.0|0.5.0]]. ​ This release corresponds to the revision r2026 of the trunk branch, and is tagged [[https://​nyx.unice.fr/​svn/​neurolog/​tags/​0.5.0|0.5.0]]. ​
  
 +===== What's in this version =====
  
-===== Changes description =====+==== New features and bug fixes ====
  
 Release 0.5.0 comes with the following major new features and bug fixes: Release 0.5.0 comes with the following major new features and bug fixes:
Line 22: Line 23:
  
  
-===== How to update your existing NeuroLOG client ​===== +==== Restrictions and known issues ​====
-If you already have an up and running client, then simply replace the client file jar, as follows: +
-   - Download the client java archive : [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​NeuroLOG_Client-1.0-SNAPSHOT-jar-with-dependencies.jar|http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​NeuroLOG_Client-1.0-SNAPSHOT-jar-with-dependencies.jar]]. +
-   - Place the client java archive into your //​**$HOME/​.neurolog/​lib**//​ directory.+
  
 +  * Processing tools packaged on a MacOS client will not succeed to deploy on a NeuroLOG server.
 +  * Processing tools name should not include a dash: '​-':​ such a tool can be created and deployed, but its invocation raises an execution exception.
 +  * Only single-file datasets can be used as input of a processing tool: multi-files datasets need jGASW evolution
 +  * Grid data transfers are not implemented yet, therefore processing tools cannot be run on the Grid infrastructure.
 +  * The Visioscopie viewer does not works on all MacOS platforms. Not validated on Linux 32, not available on Linuix 64.
 +  * On the user cart, the save-as function fails to save downloaded files to "My Documents"​ on a Windows platform. Instead, save files to a subdirectory of "My Documents"​.
 +<​html><​br></​html>​
  
-===== How to install the NeuroLOG client ===== +===== NeuroLOG client ​installation ​=====
-4 distributions of the client are downloadable from the following links, depending on your operating system:  +
-  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-linux32-v0.5.0.tar.gz|Linux 32bits]]  +
-  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-linux64-v0.5.0.tar.gz|Linux 64bits]] +
-  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-win32-v0.5.0.zip|Windows]] +
-  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-macosx-v0.5.0.tar.gz|MacOSX]]+
  
-To install the software, **unpack the archive into your home directory**. A hidden directory //​.neurolog//​ will be created, it contains: +==== How to upgrade ​your existing NeuroLOG client ====
-  * a launcher script //​**nlog_client**//​ or //​**nlog_client.bat**//​ on Windows +
-  * a //**lib**// directory containing the jar archive of the software +
-  * a //​**3rd_party**//​ directory containing required dependencies for each specific platform +
-  * a //​**viewer**//​ directory containing compiled libraries for the Visioscopie viewer ​+
  
-The {{public_namespace:userguide.pdf|user guide}} will guide you through ​the first run installation procedure. **DO NOT START BEFORE READING IT**.+If you already have an up and running client, please follow the steps below: 
 +  * Download the client java archive : [[http://neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​NeuroLOG_Client-1.0-SNAPSHOT-jar-with-dependencies.jar|http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​NeuroLOG_Client-1.0-SNAPSHOT-jar-with-dependencies.jar]]. 
 +  * Place the client java archive into your //$HOME/.neurolog/​lib//​ directory. 
 +  ​Add the following property at the end of your //​$HOME/​.neurolog/​client.config//​ file: 
 +    ​For I3S users: <​code>​fr.anr.techlog.neurolog.client.ws.url.semantics = https://​neurolog.unice.fr:​8445/​NeuroLOG_Middleware-1.0-SNAPSHOT-site-webservice/​SemanticsWSService.SemanticsWSPort</​code>​ 
 +    ​For IRISA users: <​code>​fr.anr.techlog.neurolog.client.ws.url.semantics = https://​neurolog.irisa.fr:​8443/​NeuroLOG_Middleware-1.0-SNAPSHOT-site-webservice/​SemanticsWSService.SemanticsWSPort</​code>​ 
 +    ​For GIN users: <​code>​fr.anr.techlog.neurolog.client.ws.url.semantics = https://​euterpe.ujf-grenoble.fr:​8443/​NeuroLOG_Middleware-1.0-SNAPSHOT-site-webservice/​SemanticsWSService.SemanticsWSPort</​code>​ 
 +    * For IFR49 users: <​code>​fr.anr.techlog.neurolog.client.ws.url.semantics = https://​neurolog.imed.jussieu.fr:​8443/​NeuroLOG_Middleware-1.0-SNAPSHOT-site-webservice/​SemanticsWSService.SemanticsWSPort</​code>​ 
 +  * Also update the following properties in your //​$HOME/​.neurolog/​client.config//​ file:<​code>​ 
 +fr.anr.techlog.neurolog.client.version.major = 0 
 +fr.anr.techlog.neurolog.client.version.minor = 5 
 +fr.anr.techlog.neurolog.client.version.revision = 0</​code>​
  
  
-===== How to deploy a new site ====+==== How to install the NeuroLOG client ​====
-For **site administrators only**: the {{public_namespace:​install_admin_guide.pdf|Installation and administration guide}} provides the procedures for a new site deployement,​ or any installation and configuration issue.+
  
 +3 distributions of the client are downloadable from the following links, depending on your operating system: ​
 +  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-linux32-v0.5.0.zip|Linux 32bits]] ​
 +  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-win32-v0.5.0.zip|Windows]]
 +  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-macosx-v0.5.0.zip|MacOSX]]
 +
 +To install the software, **unpack the archive into your home directory**. A hidden directory //​.neurolog//​ will be created, it contains:
 +  * a launcher script //​nlog_client//​ or //​nlog_client.bat//​ on Windows
 +  * a //lib// directory containing the jar archive of the software
 +  * a //​3rd_party//​ directory containing required dependencies for each specific platform
 +  * a //viewer// directory containing compiled libraries for the Visioscopie viewer ​
 +
 +The {{public_namespace:​userguide.pdf|user guide}} will guide you through the first run installation procedure. **DO NOT START BEFORE READING IT**.
  
public_namespace/prototype_v0.5.0.txt · Last modified: 2010/01/15 09:40 by franckmichel