Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installdoc [2023/11/13 17:09] – [TestOptimal Installation] admin | installdoc [2024/01/02 19:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ====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 ==== | ||