HA DHIS2 setup¶
L'architecture¶
Proxy¶
Instances dhis2¶
Redis Installation and Configuration:¶
Installer Redis à partir d'un package 1. To install Redis using the APT utility, follow the steps below:
sudo add-apt-repository ppa:redislabs/redis
sudo apt update
sudo apt install redis-server
sudo systemctl enable redis-server
sudo systemctl start redis-server
Note
If the Redislabs repository is added, APT automatically installs the latest stable version. We do not recommend installing Redis through the Ubuntu default packages, as that might install an older version.