{"id":43907905,"url":"https://github.com/opennms-forge/opennms-install","last_synced_at":"2026-02-06T20:06:41.507Z","repository":{"id":76996210,"uuid":"45551536","full_name":"opennms-forge/opennms-install","owner":"opennms-forge","description":"Basic install script for default Linux systems","archived":false,"fork":false,"pushed_at":"2025-11-20T09:34:01.000Z","size":151,"stargazers_count":37,"open_issues_count":10,"forks_count":19,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-11-20T11:27:54.868Z","etag":null,"topics":["hacktoberfest","opennms","quickstart"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opennms-forge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-11-04T16:23:01.000Z","updated_at":"2025-11-20T09:17:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e6660f9-e2cd-474b-853d-dbb70e5fd920","html_url":"https://github.com/opennms-forge/opennms-install","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/opennms-forge/opennms-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennms-forge%2Fopennms-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennms-forge%2Fopennms-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennms-forge%2Fopennms-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennms-forge%2Fopennms-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opennms-forge","download_url":"https://codeload.github.com/opennms-forge/opennms-install/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opennms-forge%2Fopennms-install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29174441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T19:56:27.068Z","status":"ssl_error","status_checked_at":"2026-02-06T19:56:18.934Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","opennms","quickstart"],"created_at":"2026-02-06T20:06:40.802Z","updated_at":"2026-02-06T20:06:41.494Z","avatar_url":"https://github.com/opennms-forge.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 OpenNMS Quick Installer ✨\n\nThis script is a convenient bootstrap script to install OpenNMS on Debian or CentOS systems.\nThe script executes the steps documented in [Installation and Configuration guide](https://docs.opennms.com/horizon/latest/deployment/core/getting-started.html).\n\nThe script is tested with:\n\n* Ubuntu 24.04 (Noble Numbat) x86_64\n* Debian 12 (Bookworm) x86_64\n* CentOS Stream 9/10 x86_64\n* Rocky Linux 9/10 x86_64\n* AlmaLinux 9/10 x86_64\n\n[![asciicast](https://asciinema.org/a/dCzY67dR6Ph07X2XLEdoGe9FC.svg)](https://asciinema.org/a/dCzY67dR6Ph07X2XLEdoGe9FC)\n\n💁‍♀️ If you want to learn in detail, take a look at the deployment section in our documentation for [OpenNMS Horizon](https://docs.opennms.com/horizon/latest/) or [OpenNMS Meridian](https://docs.opennms.com/meridian/latest/).\nWe have also started to work on Ansible roles for the Ubuntu-based operating systems, which you can find at https://github.com/opennms-forge/ansible-opennms.\n\n## 🎯 Scope\n\n* Bootstrap a single-node OpenNMS system on RPM or DEB-based systems quickly with the latest stable release\n* Installation procedure closely following the best practices from our official docs\n* Scripts don't deal with existing installations or upgrades\n* Scripts don't configure or install Minions, Sentinels, or distributed time series storage like Cortex.\n* Users can use the installed system to learn and investigate how to configure OpenNMS Horizon in complex distributed environments, which gives them a quick starting point.\n\n## 🏆 Goal\n\n* Give people a way to install OpenNMS Horizon on their system to get familiar with OpenNMS Horizon quickly on a bare metal system.\n* Remove the need to know Docker or Ansible to quickly bootstrap an OpenNMS Horizon system.\n* Keep it simple and support operating systems based on official packages using RPM and DEB.\n\n## 🕹️ Usage\n\nDownload the script to your system.\n\nExecute on a CentOS-based system\n```bash\nsudo bash bootstrap-yum.sh\n```\n\nExecute on a Debian-based system\n```bash\nsudo bash bootstrap-debian.sh\n```\n\n## 👋 Say hello\nYou are very welcome to join us to make this repo a better place.\nYou can find us at:\n\n* Public OpenNMS [Mattermost Chat](https://chat.opennms.com/opennms/channels/opennms-discussion)\n* If you have longer discussions to share ideas, use our [OpenNMS Discourse](https://opennms.discourse.group) and tag your post with `opennms-installer`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennms-forge%2Fopennms-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopennms-forge%2Fopennms-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopennms-forge%2Fopennms-install/lists"}