Return sidekiq and redis to Dawarich

This commit is contained in:
Eugene Burmakin
2025-06-09 13:39:25 +02:00
parent c09558a6bd
commit b76602d9c8
36 changed files with 546 additions and 37 deletions

View File

@@ -7,6 +7,12 @@ Now you can create/prepare the Database (this need to be done once):
bundle exec rails db:prepare
```
Afterwards you can run sidekiq:
```bash
bundle exec sidekiq
```
And in a second terminal the dawarich-app:
```bash
bundle exec bin/dev