Skip to content
Snippets Groups Projects
Commit 25426fcc authored by felmer's avatar felmer
Browse files

only openBIS for Standard Technologies installer on Wiki download page.

SVN: 25161
parent cda7d054
No related branches found
No related tags found
No related merge requests found
...@@ -71,30 +71,17 @@ def processFile(linkName, filePattern, version, listNestedLevels=1, pagetitle="S ...@@ -71,30 +71,17 @@ def processFile(linkName, filePattern, version, listNestedLevels=1, pagetitle="S
def uploadToConfluenceAndPrintPageText(version): def uploadToConfluenceAndPrintPageText(version):
printVersion(version) printVersion(version)
printWiki() printWiki()
printWiki("h5. openBIS Generic Framework") printWiki("h5. openBIS for Standard Technologies")
printWiki() printWiki()
processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation", version) processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-standard-technologies", version)
printWiki("* Command Line Installation")
processFile("Application Server (AS)", "openBIS-server", version, 2)
processFile("Data Store Server (DSS)", "datastore_server", version, 2)
processFile("DSS Client", "dss_client", version) processFile("DSS Client", "dss_client", version)
processFile("KNIME Nodes", "ch.systemsx.cisd.openbis.knime", "") processFile("KNIME Nodes", "ch.systemsx.cisd.openbis.knime", "")
printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version)) printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version))
printWiki() printWiki()
printWiki('h5. openBIS for High Content Screening') printWiki('h5. openBIS for High Content Screening')
printWiki() printWiki()
processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-screening", version)
printWiki("* Command Line Installation")
processFile("Application Server (AS)", "openBIS-server-screening", version, 2)
processFile("Data Store Server (DSS)", "datastore_server-screening", version, 2)
processFile("API", "screening-api", version) processFile("API", "screening-api", version)
printWiki() printWiki()
printWiki('h5. openBIS for Proteomics')
printWiki()
processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-proteomics", version)
printWiki("* Command Line Installation")
processFile("Application Server (AS)", "openBIS-server-proteomics", version, 2)
processFile("Data Store Server (DSS) plugin (generic DSS also needed)", "datastore_server_plugin-proteomics", version, 2)
def uploadToConfluenceMetabolomicsAndPrintPageText(version): def uploadToConfluenceMetabolomicsAndPrintPageText(version):
global wikiText global wikiText
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment