Skip to content

Commit 303ab80

Browse files
committed
redis missing
Signed-off-by: arhimede <[email protected]>
1 parent 34b4812 commit 303ab80

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

docs/book/v1/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Available commands and usage
1+
# Available commands and usage
22

33
The commands available are:
44

docs/book/v1/installation.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## INSTALLATION
1+
# INSTALLATION
22

33
### git clone
44

@@ -11,11 +11,11 @@
1111
- messenger.local.php.dist
1212
- swoole.local.php.dist
1313

14-
## Run Composer
14+
## Run Composer
1515

1616
`composer install --no-dev`
1717

18-
### Create services ( daemon)
18+
### Create services ( daemon)
1919

2020
- Edit the files from `/daemon` folder and set proper paths
2121
- copy them in /etc/systemd/system/
@@ -24,8 +24,7 @@
2424

2525
`sudo cp /home/dotkernel/queue/daemon\messenger.service`
2626

27-
28-
### Start the daemon
27+
### Start the daemon
2928

3029
`sudo systemctl daemon-reload`
3130

@@ -35,9 +34,8 @@
3534

3635
`sudo systemctl status swoole.service`
3736

38-
3937
### Testing the installation
4038

41-
Send a request from your local machine
39+
Send a request from your local machine
4240

4341
`echo "Hello" | socat -T1 - TCP:SERVER-IP:8556`

docs/book/v1/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Overview
2+
13
> [!IMPORTANT]
24
> Dotkernel component used to queue tasks to be processed asynchronously based on [netglue/laminas-messenger](https://github.com/netglue/laminas-messenger)
35
@@ -14,4 +16,4 @@
1416
[![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml)
1517
[![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
1618
[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml)
17-
[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)
19+
[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)

docs/book/v1/server-setup.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
## Server setup
1+
# Server setup
22

33
> Below instructions are working only on **AlmaLinux 9**
4-
>
4+
>
55
>For other OS's need to be adapted accordingly
66
77
## Starting point
8-
A server with AlmaLinux 9 freshly installed, with root access and updated
8+
9+
A server with AlmaLinux 9 freshly installed, with root access and updated
910

1011
### Update OS
12+
1113
dnf update
1214

1315
### Create a new user with sudo permissions
@@ -22,7 +24,7 @@ dnf update
2224

2325
### SSH to the server as new user
2426

25-
### Install various utilities
27+
### Install various utilities
2628

2729
`sudo dnf install -y dnf-utils`
2830

@@ -69,6 +71,7 @@ dnf update
6971
`sudo dnf install git`
7072

7173
### Composer
74+
7275
`wget https://getcomposer.org/installer -O composer-installer.php`
7376

7477
`sudo chmod 777 /usr/local/bin`
@@ -86,7 +89,7 @@ connections from outside only to certain ports, from certain IP's.
8689

8790
`sudo systemctl enable firewalld`
8891

89-
> Before starting the firewall, be sure you will not be locked outside
92+
> Before starting the firewall, be sure you will not be locked outside
9093
9194
`sudo firewall-offline-cmd --zone=public --add-port=22/tcp --permanent`
9295

docs/book/v1/valkey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Valkey usage
1+
# Valkey usage
22

33
Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database.
44

0 commit comments

Comments
 (0)