-
Notifications
You must be signed in to change notification settings - Fork 1
Base setup & configuration
Oleh Astappiev edited this page Oct 29, 2025
·
3 revisions
- Git. Download and install Git.
- Java JDK. You need the Java JDK to compile Java code. Install any Java JDK 11, for example Temurin® JDK 21.
- NodeJS. To work with scripts and styles, we will need to have NodeJS installed (look for "get a prebuilt Node.js").
- To Run Java EE application, we use Tomcat 11 server.
- Download and unpack Tomcat 11 Core (
zipfile) to any location on your PC.
In Eclipse and IntelliJ you can use the integrated GIT client to clone and import the project.
- Generate your SSH key and/or add it to GitLab account https://github.com/settings/keys
- Go to the directory where you want to save the project
- Clone repository using SSH
git clone git@github.com:l3s-learnweb/learnweb.git
- Go to
src/main/resourcescopy.env.exampleto.env - Update variables according to your needs, read comments in the file