Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
installdoc [2021/02/28 22:04]
admin [Prerequisite]
installdoc [2024/01/02 19:30]
admin [Installing TestOptimal Server/IDE]
Line 1: Line 1:
 ===== TestOptimal Installation ===== ===== TestOptimal Installation =====
  
-This document provides the instructions to install //TestOptimal Server//.+This document provides the instructions to install & start //TestOptimal Server//.
  
 ====Prerequisite==== ====Prerequisite====
-  * //JDK 8// or later  ([[https://corretto.aws/downloads/latest/amazon-corretto-8-x64-windows-jdk.msi | Install OpenJDK]]) +  * //JDK 17// or later 
-  * OS: //Windows (7 or later)// or //Mac//+  * OS: //WindowsMac, Linux//. 
   * Memory: at least 4GB   * Memory: at least 4GB
   * Disk Space (free): at least 2GB.   * Disk Space (free): at least 2GB.
 +  * Modern browser (Firefox, Chrome, Edge, Safari)
  
 ---- ----
Line 28: Line 29:
    * start server by running //startTestOptimalServer.sh//    * start server by running //startTestOptimalServer.sh//
  
 +===Docker===
 +   * run following docker command to start TestOptimal server:
 +
 +      docker run -p 8888:8888 testoptimal/mbt:7.0.3
 ---- ----