From 08867870838ba05f588e42195a642a969080c97a Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 29 Sep 2018 15:12:57 +0200 Subject: [PATCH] Doc about third-party installation supports created by the community --- doc/Installation/index.md | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/doc/Installation/index.md b/doc/Installation/index.md index b4d3c2b30964..10a6648e44f9 100644 --- a/doc/Installation/index.md +++ b/doc/Installation/index.md @@ -2,37 +2,36 @@ source: Installation/index.md # Installing LibreNMS -##Images +## Images We have some pre-built VirtualBox images you can use to get started. Please note that these images are pre-built for VirtualBox, hence they might not work with other hypervisors without converting them: -[Ubuntu 16.04](http://docs.librenms.org/Installation/Ubuntu-image/) +- [Ubuntu 16.04](http://docs.librenms.org/Installation/Ubuntu-image/) +- [CentOS 7](http://docs.librenms.org/Installation/CentOS-image/) -[CentOS 7](http://docs.librenms.org/Installation/CentOS-image/) - -##Manually +## Manually If you want to install manually then we have some documentation which should make it easy. **Please note the minimum supported PHP version is 5.6.4** -[Ubuntu 18.04 Apache](http://docs.librenms.org/Installation/Installation-Ubuntu-1804-Apache/) - -[Ubuntu 18.04 Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1804-Nginx/) - -[RHEL / CentOS 7 Apache](http://docs.librenms.org/Installation/Installation-CentOS-7-Apache/) - -[RHEL / CentOS 7 Nginx](http://docs.librenms.org/Installation/Installation-CentOS-7-Nginx/) +- [Ubuntu 18.04 Apache](http://docs.librenms.org/Installation/Installation-Ubuntu-1804-Apache/) +- [Ubuntu 18.04 Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1804-Nginx/) +- [RHEL / CentOS 7 Apache](http://docs.librenms.org/Installation/Installation-CentOS-7-Apache/) +- [RHEL / CentOS 7 Nginx](http://docs.librenms.org/Installation/Installation-CentOS-7-Nginx/) ### Old Install Docs If the above are missing or incomplete then you can try our old docs below. -[Ubuntu 16.04 Apache](http://docs.librenms.org/Installation/Installation-Ubuntu-1604-Apache/) - -[Ubuntu 16.04 Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1604-Nginx/) - -[Debian/Ubuntu](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Apache/) +- [Ubuntu 16.04 Apache](http://docs.librenms.org/Installation/Installation-Ubuntu-1604-Apache/) +- [Ubuntu 16.04 Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1604-Nginx/) +- [Debian/Ubuntu](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Apache/) +- [RHEL/CentOS](http://docs.librenms.org/Installation/Installation-CentOS-6-Apache-Nginx/) +- [Debian/Ubuntu Lighttpd](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Lighttpd/) +- [Debian/Ubuntu Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Nginx/) -[RHEL/CentOS](http://docs.librenms.org/Installation/Installation-CentOS-6-Apache-Nginx/) +## Third-party +Third-party installation supports have been created by the community. -[Debian/Ubuntu Lighttpd](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Lighttpd/) +### Docker images -[Debian/Ubuntu Nginx](http://docs.librenms.org/Installation/Installation-Ubuntu-1404-Nginx/) +- [crazymax/librenms](https://github.com/crazy-max/docker-librenms) based on Alpine Linux by [CrazyMax](https://github.com/crazy-max) +- [jarischaefer/docker-librenms](https://github.com/jarischaefer/docker-librenms) based on Ubuntu by [Jari Schäfer](https://github.com/jarischaefer)