summaryrefslogtreecommitdiff
path: root/site/docs/getting-started
diff options
context:
space:
mode:
authorSacheendra Talluri <sacheendra.t@gmail.com>2025-03-20 10:16:46 +0100
committerGitHub <noreply@github.com>2025-03-20 10:16:46 +0100
commit1e35c61cd31b8bfb33a6ccbb46b08c0466518e6c (patch)
tree261c84148cd045246bdc2ad7aa3c41524356b699 /site/docs/getting-started
parent6211b887b68b3ebc9245fada1c0f36725955b052 (diff)
Adds load shifting over time (#319)
* Start time shifting * Existing experiments work with new columns * Remove unused traces dir * Update java to 21 LTS and jacoco to be compatible * Minimal working timeshifting * Timeshift scheduler linked as carbon receiver * Add basic tests for timeshift scheduler * Run spotless apply * Modify tarce format tests to support new fields * Change all mentions of java 19 to 21 * Add a deferAll option to workload to make all tasks deferrable * Run spotless apply * Copy traces from resources in web dockerfile
Diffstat (limited to 'site/docs/getting-started')
-rw-r--r--site/docs/getting-started/0-installation.md2
-rw-r--r--site/docs/getting-started/4-start-using-intellij.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/getting-started/0-installation.md b/site/docs/getting-started/0-installation.md
index 281e811f..76ffd015 100644
--- a/site/docs/getting-started/0-installation.md
+++ b/site/docs/getting-started/0-installation.md
@@ -14,7 +14,7 @@ quicker (The web server is however missing some more complex features).
1. **Supported Platforms**
OpenDC is actively tested on Windows, macOS and GNU/Linux.
2. **Required Software**
- A Java installation of version 19 or higher is required for OpenDC. You may download the
+ A Java installation of version 21 or higher is required for OpenDC. You may download the
[Java distribution from Oracle](https://www.oracle.com/java/technologies/downloads/) or use the distribution provided
by your package manager.
diff --git a/site/docs/getting-started/4-start-using-intellij.md b/site/docs/getting-started/4-start-using-intellij.md
index eb821088..6aec91f1 100644
--- a/site/docs/getting-started/4-start-using-intellij.md
+++ b/site/docs/getting-started/4-start-using-intellij.md
@@ -10,7 +10,7 @@ First of all you can download IntelliJ here: https://lp.jetbrains.com/intellij-i
git clone git@github.com:atlarge-research/opendc
```
-Check if you have a compatible java version available. Make sure to have one of these versions available: [19, 20, 21]
+Check if you have a compatible java version available. Make sure to have one of these versions available: [21]
If not install a supported version!