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
def uploadToConfluenceAndPrintPageText(version):
printVersion(version)
printWiki()
printWiki("h5. openBIS Generic Framework")
printWiki("h5. openBIS for Standard Technologies")
printWiki()
processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation", version)
printWiki("* Command Line Installation")
processFile("Application Server (AS)", "openBIS-server", version, 2)
processFile("Data Store Server (DSS)", "datastore_server", version, 2)
processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-standard-technologies", version)
processFile("DSS Client", "dss_client", version)
processFile("KNIME Nodes", "ch.systemsx.cisd.openbis.knime", "")
printWiki("* [Documentation|^CISDDoc-{0}.html.zip]".format(version))
printWiki()
printWiki('h5. openBIS for High Content Screening')
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)
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):
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