This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:installation:install [2019/01/21 09:31] martins-v formatting change |
manual:installation:install [2020/06/26 13:45] (current) yuriii replaced svn with git |
||
---|---|---|---|
Line 31: | Line 31: | ||
adduser --quiet --system --disabled-login --ingroup zabbix --home /var/lib/zabbix --no-create-home zabbix | adduser --quiet --system --disabled-login --ingroup zabbix --home /var/lib/zabbix --no-create-home zabbix | ||
- | <note important>Zabbix processes do not need a home directory, which is why we do not recommend creating it. However, if you are using some functionality that requires it (e. g. store mysql credentials in ''$HOME/.my.cnf'') you are free to create it using the following commands.\\ \\ | + | <note important>Zabbix processes do not need a home directory, which is why we do not recommend creating it. However, if you are using some functionality that requires it (e. g. store MySQL credentials in ''$HOME/.my.cnf'') you are free to create it using the following commands.\\ \\ |
On RedHat-based systems, run: | On RedHat-based systems, run: | ||
Line 106: | Line 106: | ||
== 5 Make and install everything == | == 5 Make and install everything == | ||
- | <note>If installing from SVN, it is required to run first: | + | <note>If installing from git, it is required to run first: |
''$ make dbschema'' | ''$ make dbschema'' | ||
Line 178: | Line 178: | ||
cp -a . <htdocs>/zabbix | cp -a . <htdocs>/zabbix | ||
- | If installing from SVN and planning to use any other language than English, you must generate translation files. To do so, run: | + | If installing from git and planning to use any other language than English, you must generate translation files. To do so, run: |
locale/make_mo.sh | locale/make_mo.sh |