mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 12:07:43 +03:00
Update README.md
add redis for rate limit packaging purposes
This commit is contained in:
@@ -104,13 +104,14 @@ Before compiling the services, you'll need to ensure the latest development vers
|
|||||||
* GTest
|
* GTest
|
||||||
* GMock
|
* GMock
|
||||||
* cURL
|
* cURL
|
||||||
|
* Redis
|
||||||
* Hiredis
|
* Hiredis
|
||||||
|
|
||||||
An example of installing the packages on Alpine:
|
An example of installing the packages on Alpine:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ apk update
|
$ apk update
|
||||||
$ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev
|
$ apk add boost-dev openssl-dev pcre2-dev libxml2-dev gtest-dev curl-dev hiredis-dev redis
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compiling and packaging the agent code
|
## Compiling and packaging the agent code
|
||||||
|
Reference in New Issue
Block a user