mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
0a85e915bf
commit
04ca343a5d
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue