Update readme.md

This commit is contained in:
Viktor 2023-08-24 13:27:24 +02:00 committed by GitHub
parent e8c0648e04
commit 229c63c46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,15 @@ the search engine. In a clean check-out, it only contains the tools required to
bootstrap this directory structure. bootstrap this directory structure.
## Requirements ## Requirements
While the system is designed to run bare metal in production, While the system is designed to run bare metal in production,
for local development, you're strongly encouraged to use docker for local development, you're strongly encouraged to use docker
or podman. These are a bit of a pain to install, but if you follow or podman. These are a bit of a pain to install, but if you follow
[this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) [this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)
you're on the right track. you're on the right track.
The system requires JDK20+.
## Set up ## Set up
To go from a clean check out of the git repo to a running search engine, To go from a clean check out of the git repo to a running search engine,
follow these steps. You're assumed to sit in the project root the whole time. follow these steps. You're assumed to sit in the project root the whole time.