From 04ca343a5d9ffa6b7b40db5086c715acaa404aa4 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Wed, 4 Mar 2026 11:40:11 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 883b3818..175a71c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,6 +120,14 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over docker compose exec osem /bin/bash -l ``` + You might need to remove lock file manually in certain cases, otherwise the app will not start. + Please make sure that osem is running (e.g. with docker compose up --build) + ```bash + docker compose exec osem /bin/bash -l + rm /osem/tmp/pids/server.pid + ``` + + 1. Want to know more? In our [wiki](https://github.com/openSUSE/osem/wiki) you can find more information about what is possible in our development environment, how we work with each other on github or other topics of interest for OSEM developers. ## How to contribute translations