HA DHIS2 setup¶
The architecture¶
Proxy¶
dhis2 instances¶
Redis Installation and Configuration:¶
Install Redis From a 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.