Changes between Version 13 and Version 14 of xQTLAdministratorDownload


Ignore:
Timestamp:
2012-02-14T15:48:42+01:00 (12 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorDownload

    v13 v14  
    99Below we provide some examples on how to install xQTL on various operating systems. Keep in mind that these methods are only 'typical' cases and can be used interchangeably. The ZIP files simply contain a bunch of Java classes, of which the main class is '''boot/RunStandalone'''. The start scripts (run.bat / run.sh) are nothing more than a `java -Xmx512m boot/RunStandalone` call.
    1010
     11=== Typical Windows download and start ===
     12* Download [http://molgenis02.target.rug.nl/download/xqtl_workbench.zip xqtl_workbench.zip]
     13* Extract the content of the ZIP inside a folder named ''xqtl_workbench'' or so
     14* Doubleclick ''run.bat'' (unblock when asked) to start the application
     15
    1116=== Typical Linux download and start ===
    1217`mkdir xqtl_workbench`[[BR]]
     
    1621`chmod u+x run.sh`[[BR]]
    1722`sh run.sh`[[BR]]
    18 
    19 === Typical Windows download and start ===
    20 * Download [http://molgenis02.target.rug.nl/download/xqtl_workbench.zip xqtl_workbench.zip]
    21 * Extract the content of the ZIP inside a folder named ''xqtl_workbench'' or so
    22 * Doubleclick ''run.bat'' (unblock when asked) to start the application
    2323
    2424=== Typical Mac download and start ===