mirror of https://github.com/Icinga/icinga2.git
Purge INSTALL.md and add packager info to README.md
Everything is located in the online documentation, where the README.md points to.
This commit is contained in:
parent
8cbe286e67
commit
9801b8b7a0
21
INSTALL.md
21
INSTALL.md
|
@ -1,21 +0,0 @@
|
||||||
# Installing Icinga 2
|
|
||||||
|
|
||||||
The recommended way of installing Icinga 2 is to use [packages](https://packages.icinga.com).
|
|
||||||
The Icinga project provides both release and development packages for a number
|
|
||||||
of operating systems.
|
|
||||||
|
|
||||||
Please check the documentation in the [doc/](doc/) directory for a current list
|
|
||||||
of available packages and detailed installation instructions.
|
|
||||||
|
|
||||||
The online documentation is available on [icinga.com/docs](https://icinga.com/docs/)
|
|
||||||
and will guide you step by step.
|
|
||||||
|
|
||||||
There are a number of known caveats when installing from source such as
|
|
||||||
incorrect directory and file permissions. So even if you're planning to
|
|
||||||
not use the official packages it is advisable to build your own Debian
|
|
||||||
or RPM packages. You can use the source packages from [packages.icinga.com](https://packages.icinga.com)
|
|
||||||
for this purpose.
|
|
||||||
|
|
||||||
For a more detailed introduction into developing Icinga and building
|
|
||||||
packages, please visit the [online documentation](https://icinga.com/docs/icinga2/latest/doc/21-development/).
|
|
||||||
|
|
|
@ -33,6 +33,9 @@ on top in your Icinga Stack.
|
||||||
For installing Icinga please check the [installation chapter](https://icinga.com/docs/icinga2/latest/doc/02-getting-started/)
|
For installing Icinga please check the [installation chapter](https://icinga.com/docs/icinga2/latest/doc/02-getting-started/)
|
||||||
in the documentation.
|
in the documentation.
|
||||||
|
|
||||||
|
If you are a packager, please read the [development chapter](https://icinga.com/docs/icinga2/latest/doc/21-development/)
|
||||||
|
for more details.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The documentation is available on [icinga.com/docs](https://icinga.com/docs/icinga2/latest/).
|
The documentation is available on [icinga.com/docs](https://icinga.com/docs/icinga2/latest/).
|
||||||
|
|
Loading…
Reference in New Issue