In 2.0 the install is done via a web interface and I can't find documentation on how to do this manually. I wish to automate the install so I don't want to go through the web interface. I have done the following steps, are they correct/sufficient:
* create db/user
* import three schema files
** database/mysql/schema.sql
** database/mysql/images.sql
** database/mysql/data.sql
* Modify /usr/local/etc/zabbix_server.conf (DB auth/access)
* copy php files and configure php requirements
* Create a conf/zabbix.conf.php file from the provided example
This does get a working system that doesn't request setup, but I'd like to ensure this is valid.
* create db/user
* import three schema files
** database/mysql/schema.sql
** database/mysql/images.sql
** database/mysql/data.sql
* Modify /usr/local/etc/zabbix_server.conf (DB auth/access)
* copy php files and configure php requirements
* Create a conf/zabbix.conf.php file from the provided example
This does get a working system that doesn't request setup, but I'd like to ensure this is valid.

Comment