Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/contribution/devEnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ We recommend developing SkillTree in a *nix environment.
## Prerequisites

- modern *nix environment
- JDK 19+
- [Git](https://git-scm.com/) version 2.34+
- [Node.js](https://nodejs.org/en/) v20+ and [npm](https://www.npmjs.com/) 10+
- JDK 24+
- [Git](https://git-scm.com/) version 2.47+
- [Node.js](https://nodejs.org/en/) v22+ and [npm](https://www.npmjs.com/) 10+
- [Maven](https://maven.apache.org/) 3.9+
- [PostgreSQL](https://www.postgresql.org/) 14+
- [PostgreSQL](https://www.postgresql.org/) 17+

## Development Overview

Expand Down
8 changes: 4 additions & 4 deletions docs/dashboard/install-guide/quickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Please note that the integrating the SkillTree Client Library is **optional** an
:::

## 1. Prerequisites
- JDK 17+, we suggest <external-url label="Open JDK" url="https://openjdk.java.net/" />
- JDK 24+, we suggest <external-url label="Open JDK" url="https://openjdk.java.net/" />
- Please note that this is not relevant if you elect to go with the Docker based installation.
- <external-url label="Git" url="https://git-scm.com/" /> version 2.23+
- <external-url label="Node.js" url="https://nodejs.org/en/" /> v12+ and <external-url label="npm" url="https://www.npmjs.com/" /> 6+
- <external-url label="PostgreSQL" url="https://www.postgresql.org/" /> 12+
- <external-url label="Git" url="https://git-scm.com/" /> version 2.47+
- <external-url label="Node.js" url="https://nodejs.org/en/" /> v22+ and <external-url label="npm" url="https://www.npmjs.com/" /> 10+
- <external-url label="PostgreSQL" url="https://www.postgresql.org/" /> 17+

::: tip
If a PosgtgreSQL database is not already available, one can easily be started using a docker container (see example below), or visit the official please documentation <external-url label="https://www.postgresql.org" url="https://www.postgresql.org" /> for other installation options.
Expand Down