This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:installation:getting_zabbix [2019/05/14 08:33] martins-v formatting change |
manual:installation:getting_zabbix [2020/02/26 10:49] dimir [Getting Zabbix source code] no sudo in git commands |
||
---|---|---|---|
Line 22: | Line 22: | ||
* Master and supported releases are also mirrored to Github at https://github.com/zabbix/zabbix | * Master and supported releases are also mirrored to Github at https://github.com/zabbix/zabbix | ||
+ | A Git client must be installed to clone the repository. The official commandline Git client package is commonly called **git** in distributions. To install, for example, on Debian/Ubuntu, run: | ||
+ | |||
+ | sudo apt-get update | ||
+ | sudo apt-get install git | ||
+ | |||
+ | To grab all Zabbix source, change to the directory you want to place the code in and execute: | ||
+ | |||
+ | git clone https://git.zabbix.com/scm/zbx/zabbix.git |