Extremely fast Zabbix server installation based on docker and docker-compose
Note: only for dev and testing issues
- git
- systemd
- docker
- docker-compose
- [Optionally] nginx
# mkdir /var/zabbix && cd /var/zabbix
# git clone https://github.com/glushkovds/zabbix-server
# cp zabbix-server.service /etc/systemd/system
# systemctl enable zabbix-server
# systemctl start zabbix-server
That's all. Zabbix server latest version [5.0 at writing time]
Now you can access it on http://localhost:8001