Difference between revisions of "Statistical Algorithms Importer: How to install and configure"
From Gcube Wiki
(Created page with "{| align="right" ||__TOC__ |} In this guide we describe how to install and configure Statistical Algorithms Importer portlet(SAI). == Overview == SAI can be installed in dif...") |
(→Generic Resource) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
== Overview == | == Overview == | ||
− | SAI can be installed in different scopes. In this scopes a resource must be installed if SAI uses DMPoolMnanager for automatic installation in that scope. | + | SAI can be installed in different scopes. In this scopes a resource must be installed if SAI uses DMPoolMnanager for automatic installation in that scope, and it must set: |
+ | |||
+ | <pre> | ||
+ | <poolmanager> | ||
+ | <enable>true</enable> | ||
+ | </poolmanager> | ||
+ | </pre> | ||
+ | |||
+ | In anyway, without a resource in the scope, the SAI has a default behavior that does not expect the presence of the DMPoolManager. | ||
== Generic Resource == | == Generic Resource == | ||
− | This is an example of configuration: | + | This is an example of default configuration without DMPoolManager: |
<pre> | <pre> | ||
Line 42: | Line 50: | ||
<poolmanager> | <poolmanager> | ||
− | <enable> | + | <enable>false</enable> |
</poolmanager> | </poolmanager> | ||
Line 79: | Line 87: | ||
</availableprojectconfiguration> | </availableprojectconfiguration> | ||
− | + | ||
+ | <availableprojectconfiguration> | ||
+ | |||
+ | <language>Knime-Workflow4.1</language> | ||
+ | |||
+ | <support>BlackBox</support> | ||
+ | |||
+ | </availableprojectconfiguration> | ||
+ | |||
<availableprojectconfiguration> | <availableprojectconfiguration> | ||
Latest revision as of 10:43, 16 December 2019
Contents |
In this guide we describe how to install and configure Statistical Algorithms Importer portlet(SAI).
Overview
SAI can be installed in different scopes. In this scopes a resource must be installed if SAI uses DMPoolMnanager for automatic installation in that scope, and it must set:
<poolmanager> <enable>true</enable> </poolmanager>
In anyway, without a resource in the scope, the SAI has a default behavior that does not expect the presence of the DMPoolManager.
Generic Resource
This is an example of default configuration without DMPoolManager:
<Resource version="0.4.x"> <ID>5aab3e1f-2ad0-4180-970c-0d9cfec736d1</ID> <Type>GenericResource</Type> <Scopes> <Scope>/gcube/devNext/NextNext</Scope> <Scope>/gcube/devNext</Scope> <Scope>/gcube</Scope> </Scopes> <Profile> <SecondaryType>SAI</SecondaryType> <Name>SAIProfile</Name> <Description>Statistical Algorithms Importer(SAI) Profile for scope</Description> <Body> <saidescriptor> <poolmanager> <enable>false</enable> </poolmanager> <remotetemplatefile>http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/RConfiguration/RD4SFunctions/SAITemplateForExternalInvocation.R</remotetemplatefile> <availableprojectconfiguration> <language>R</language> <support>REdit</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>R-blackbox</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Java</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Knime-Workflow</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Knime-Workflow4.1</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Linux-compiled</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Octave</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Python</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Windows-compiled</language> <support>BlackBox</support> </availableprojectconfiguration> <availableprojectconfiguration> <language>Pre-Installed</language> <support>BashEdit</support> </availableprojectconfiguration> </saidescriptor> </Body> </Profile> </Resource>