mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-02 17:13:20 +02:00
Improved Message Broker stability
This commit is contained in:
parent
f6752b0d26
commit
82c8b27f69
7 changed files with 502 additions and 186 deletions
|
@ -113,12 +113,10 @@ For establishing your own mail server, both [Mox](https://github.com/mjl-/mox) a
|
|||
To run the Message Broker, execute the following commands:
|
||||
|
||||
```bash
|
||||
/usr/bin/php /opt/registry/automation/msg_producer.php &
|
||||
/usr/bin/php /opt/registry/automation/msg_worker.php &
|
||||
systemctl start msg_producer
|
||||
systemctl start msg_worker
|
||||
```
|
||||
|
||||
This will start the system and place it in the background, allowing it to run independently of your current terminal session.
|
||||
|
||||
#### 1.4.4. Setting Up an Audit Trail Database for Namingo
|
||||
|
||||
To create an audit trail database for Namingo, start by editing the configuration file located at `/opt/registry/automation/audit.json` with the correct database details. This includes specifying the database connection parameters such as host, username, and password. Once your configuration is set up, run the command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue