Update CONTRIBUTING.md

This commit is contained in:
Lubos Kocman 2026-03-04 11:40:11 +01:00 committed by GitHub
parent 0a85e915bf
commit 04ca343a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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