mirror of https://github.com/Icinga/icinga2.git
Updated README files to mention autogen.sh (hi lazyfrosch!)
This commit is contained in:
parent
ff0af9d65e
commit
8bfb4ca005
9
INSTALL
9
INSTALL
|
@ -58,6 +58,12 @@ The configure script supports all the usual parameters one comes to expect
|
|||
from autoconf. In particular you may want to use --prefix to specify an
|
||||
alternative installation prefix.
|
||||
|
||||
Note: The Git repository does not contain any auto-generated Autotools files,
|
||||
i.e. there is no 'configure' script. In this case you will need to regenerate
|
||||
the 'configure' script by running 'autogen.sh'. However, as an end-user you
|
||||
should reconsider whether you really want to use the code from the Git
|
||||
repository. In general it is advisable to use one of the dist tarballs instead.
|
||||
|
||||
Running Icinga 2
|
||||
----------------
|
||||
|
||||
|
@ -73,3 +79,6 @@ Icinga 2 reads a single configuration file which is used to specify all
|
|||
configuration settings (global settings, hosts, services, etc.). The
|
||||
configuration format is explained in detail in the docs/icinga2-config.txt
|
||||
file.
|
||||
|
||||
By default "make install" installs example configuration files to /etc/icinga2
|
||||
unless you have specified a different prefix or sysconfdir.
|
||||
|
|
2
README
2
README
|
@ -7,5 +7,7 @@ information about how to install it.
|
|||
The documentation file docs/icinga2-intro.txt contains an in-depth overview
|
||||
of currently implemented and planned features for Icinga 2.
|
||||
|
||||
Read the INSTALL file for information on how to install Icinga 2.
|
||||
|
||||
Check the project website at http://www.icinga.org/ for status updates and
|
||||
https://www.icinga.org/support/ if you want to contact us.
|
||||
|
|
Loading…
Reference in New Issue