| 74 |
There should be no item owned by bbs. Otherwise, run the following command to cleanup: |
There should be no item owned by bbs. Otherwise, run the following command to cleanup: |
| 75 |
sudo -u bbs ipcrm -a |
sudo -u bbs ipcrm -a |
| 76 |
|
|
| 77 |
|
|
| 78 |
|
For Docker user |
| 79 |
|
================== |
| 80 |
|
You may either build the docker image from source code by running: |
| 81 |
|
docker compose up --build -d |
| 82 |
|
|
| 83 |
|
or pull the docker image per release from Docker Hub by running: |
| 84 |
|
docker compose pull |
| 85 |
|
|
| 86 |
|
You should always create / update the configuration files for local configuration (e.g. database connection, network port) as described above. |