From cec31055a5795f4b1d5aa1570de18f0eef5bc89d Mon Sep 17 00:00:00 2001 From: Michael Hierweck Date: Tue, 2 Jan 2024 12:20:19 +0100 Subject: [PATCH 1/3] Add information related to Podman storage to README. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1106e9da..73c9e84d 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,16 @@ Summary for Debian-based Linux systems: sudo apt-get -y install podman ``` -2Then start it like this: +It is possible to move the storage directory to /tmp, e.g. to increase performance or to avoid issues with NFS mounted home directories: + +```shell +cat .config/containers/storage.conf +[storage] +driver = "vfs" +graphRoot = "/tmp/containers/storage" +``` + +2. Then start it like this: ```shell systemctl --user enable --now podman.socket From 845857c14d224443454ae4751aa91b0dc833d5a8 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Thu, 4 Jan 2024 09:13:27 +0100 Subject: [PATCH 2/3] Requirements aktualisiert --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3a1c6e5..ca3b16fc 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,13 @@ Everything is tested on _Ubuntu Linux 22.04_ and _MacOS Monterey (12.4)_. To be able to build and run the Java Spring Boot application, you need the following tools: -- Docker 20.x (on MacOS you also need *Docker Desktop* or similar) -- PostgreSQL Server 13.7-bullseye - (see instructions below to install and run in Docker) +- Docker 20.x (on MacOS you also need *Docker Desktop* or similar) or Podman - Java JDK at least recent enough to run Gradle (JDK 17.x will be automatically installed by Gradle toolchain support) -You also might need an IDE (e.g. *IntelliJ IDEA* or *Eclipse* or *VS Code* with *[STS](https://spring.io/tools)* and a GUI Frontend for *PostgreSQL* like *Postbird*. +We recommend to use an IDE (e.g. *IntelliJ IDEA* or *Eclipse* or *VS Code* with *[STS](https://spring.io/tools)* and optionally a GUI Frontend for *PostgreSQL* like *Postbird*. -If you have at least Docker, the Java JDK and Gradle installed in appropriate versions and in your `PATH`, then you can start like this: +If you have at least Docker, the Java JDK installed in appropriate versions and in your `PATH`, then you can start like this: cd your-hsadmin-ng-directory From 63b02ff9cbdad73bab8d8b669ed228bacfca6605 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Thu, 4 Jan 2024 22:46:40 +0100 Subject: [PATCH 3/3] Small fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3b16fc..105bec4e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To be able to build and run the Java Spring Boot application, you need the follo We recommend to use an IDE (e.g. *IntelliJ IDEA* or *Eclipse* or *VS Code* with *[STS](https://spring.io/tools)* and optionally a GUI Frontend for *PostgreSQL* like *Postbird*. -If you have at least Docker, the Java JDK installed in appropriate versions and in your `PATH`, then you can start like this: +If you have at least Docker and the Java JDK installed in appropriate versions and in your `PATH`, then you can start like this: cd your-hsadmin-ng-directory