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
public_namespace:prototype_v0.5.0 [2010/01/13 17:48]
franckmichel created
public_namespace:prototype_v0.5.0 [2010/01/15 09:40] (current)
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:
-  * Save downloaded files to a user directory instead of keeping them in a temporary location +  * The semantics module is now implemented as a client/​server function. 
-  * Complete implementation of the semantics module as a client/​server feature +  * The "​save-as"​ function allows user to save downloaded ​dataset ​files to a user directoryinstead of keeping them in a temporary location 
-  * Sites health monitoring feature: allow to monitor the status of the site server and the Data Federator instance on each site (available ​for administrators only+  * Sites health monitoring feature: allow to monitor the status of the site server and the Data Federator instance on each site (available ​from the administration console
-  * Ability to undeploy processing toolsreplace existing processing tool+  * Ability to undeploy processing tools 
 +  * Ability to replace ​an existing processing tool with same name and version
   * Update Data Management Web Service to keep same name for all files of a dataset, and keep file name extensions if any   * Update Data Management Web Service to keep same name for all files of a dataset, and keep file name extensions if any
   * jGASW ergonomy improvments   * jGASW ergonomy improvments
   * Misc. bug fixes   * Misc. bug fixes
   * New release of Visioscopie viewer   * New release of Visioscopie viewer
 +  * New icons for metadata browsing and semantic query
  
  
 +==== Restrictions and known issues ====
  
-===== How to update your existing ​NeuroLOG ​client ===== +  * Processing tools packaged on a MacOS client will not succeed ​to deploy on a NeuroLOG ​server. 
-If you already have an up and running clientthen simply replace the client ​file jar, as follows+  * Processing tools name should not include a dash: '​-':​ such a tool can be created ​and deployedbut its invocation raises an execution exception. 
-   - 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]]+  * Only single-file datasets can be used as input of a processing toolmulti-files datasets need jGASW evolution 
-   - Place the client java archive into your //​**$HOME/​.neurolog/​lib**//​ directory.+  * 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 platformsNot 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 platformInstead, save files to a subdirectory of "My Documents"​
 +<​html><​br><​/html>
  
 +===== NeuroLOG client installation =====
  
-===== How to install the NeuroLOG client ​===== +==== How to upgrade your existing ​NeuroLOG client ==== 
-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]]  +If you already have an up and running ​client, please follow ​the steps below
-  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​neurolog_client-linux64-v0.5.0.tar.gz|Linux ​64bits]]+  * 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 install the NeuroLOG client ==== 
 + 
 +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-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]]+  * [[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: 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 launcher script //​nlog_client//​ or //​nlog_client.bat//​ on Windows 
-  * a //**lib**// directory containing the jar archive of the software +  * a //lib// directory containing the jar archive of the software 
-  * a //**3rd_party**// directory containing required dependencies for each specific platform +  * a //​3rd_party//​ directory containing required dependencies for each specific platform 
-  * a //**viewer**// directory containing compiled libraries for the Visioscopie viewer ​+  * 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**. The {{public_namespace:​userguide.pdf|user guide}} will guide you through the first run installation procedure. **DO NOT START BEFORE READING IT**.
  
  
-===== How to deploy a new site ===== +==== How to upgrade the Visioscopie viewer ​==== 
-For **site administrators only**: ​the {{public_namespace:​install_admin_guide.pdf|Installation and administration guide}} provides the procedures for new site deployementor any installation ​and configuration issue.+ 
 +You can upgrade ​the viewer by replacing it with recent releasesHowever we still expect Visioscopie to provide ​final single delivery. 
 + 
 +Download the archive below corresponding to your platformupnzip it and replace your //$HOME/.neurolog/​viewer//​ directory with the one provided in the archive: 
 +  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​ViewerWin32-20091218.zip|Windows]] 
 +  * [[http://​neurolog.unice.fr:​64000/​~neurolog-test/​delivery/​v0.5.0/​ViewerMacOSX-20091218.zip|MacOSX]]
  
  
public_namespace/prototype_v0.5.0.1263401290.txt.gz · Last modified: 2010/01/13 17:48 by franckmichel