A Redis database is required for ProCall DataCenter.
In the following instructions, we provide information on the procedure as an example to install Redis on Ubuntu 2204.
These instructions are intended as a guide and assume specialist knowledge. Since Redis is not a product or service provided by estos, there is no claim to completeness and correct description.
Procedure
Ubuntu2204
sudo apt update
CODE
Install Redis
sudo apt install redis-server
CODE
Check Redis version
redis-server --version
CODE
Edit config
sudo nano /etc/redis/redis.conf
CODE
The following items must be set:
bind "127.0.0.1" "10.25.3.167" in this example
Example screenshot redis.conf
protected-mode "no" port "6379" supervised "systemd"
Save(nano = strg+o or F3)
File name: redis.conf
F2 = Close file
Restart Redis
sudo systemctl restart redis.service
CODE
Check if Redis service is running
sudo systemctl status redis
CODE
Example screenshot for the display
Redis is now ready for use and can be connected in the ProCall DataCenter UCServer.