跳转至
For the complete DHIS2 documentation index, see llms.txt.

HA DHIS2 设置{ #ha-dhis2-setup }

建筑{ #the-architecture }

代理{ #proxy }

dhis2 实例

Redis安装与配置:

从软件包安装 Redis 1. 要使用 APT 实用程序安装 Redis,请按照以下步骤操作:

sudo add-apt-repository ppa:redislabs/redis
2. 添加 redis repo 后更新 Ubuntu 软件包
sudo apt update
3. 使用软件包安装程序安装 Redis。
 sudo apt install redis-server
4. 确保 redis-server 已启用并启动
sudo systemctl enable redis-server
sudo systemctl start redis-server

注意

如果添加了 Redislabs 软件源,APT 会自动安装最新的 稳定版本。我们不建议通过 Ubuntu 默认软件包安装 Redis,因为这样可能会安装较旧的版本。

数据库{ #database }