Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
installdoc [2021/03/01 20:42] admin [Prerequisite] |
installdoc [2024/01/02 19:31] (current) admin [License Setup] |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== TestOptimal Installation ===== | ===== TestOptimal Installation ===== | ||
- | This document provides the instructions to install // | + | This document provides the instructions to install |
====Prerequisite==== | ====Prerequisite==== | ||
- | * //JDK 8// or later | + | * //JDK 17// or later |
- | * OS: // | + | * OS: //Windows, Mac, Linux//. |
* Memory: at least 4GB | * Memory: at least 4GB | ||
* Disk Space (free): at least 2GB. | * Disk Space (free): at least 2GB. | ||
- | * Latest version of modern | + | * Modern |
---- | ---- | ||
Line 29: | Line 29: | ||
* start server by running // | * start server by running // | ||
+ | ===Docker=== | ||
+ | * run following docker command to start TestOptimal server: | ||
+ | |||
+ | docker run -p 8888:8888 testoptimal/ | ||
---- | ---- | ||
Line 45: | Line 49: | ||
---- | ---- | ||
- | ==== Eclipse and Other Java IDE Setup ==== | ||
- | You may interact with // | ||
- | In your java IDE, add the following Maven dependency to the pom.xml file: | ||
- | < | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | ==== License Setup ==== | ||
- | If you were given a license key, you can enter the license key information at: [[ide_overview# | ||
==== Customization ==== | ==== Customization ==== |