Universal Install curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | bash Install Guide
HostingSignal Documentation

Operational docs, release notes, and admin reference in one place.

Use this site as the central reference for platform architecture, install flows, release readiness, and runtime operations.

HostingSignal Logo

Welcome to the HostingSignal documentation hub.

Universal Install Command

One command — no clone needed, runs directly from GitHub:

curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | bash

Local checkout variant:

bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb

Need step-by-step guidance? Open Universal Install Guide.

What This Site Covers

  • platform architecture and service map
  • installer and deployment flows
  • release operations and handoff material
  • admin-oriented runtime and docs references

Start Here

Release Notes and Operations

Install Quick Start

Universal one-command install for the current repo-local sandbox:

bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb

Core-only fallback:

bash ./install.sh --non-interactive --profile-set core --web openlitespeed --db mariadb

Full install runbook page:

Supported paths:

  • Ubuntu 22.04 / 24.04
  • Debian 12
  • Windows 10 / 11 via WSL2 Ubuntu 24.04
  • AlmaLinux 8 / 9 deployment target
  • Rocky Linux 8 / 9 deployment target

GitHub Pages Status

GitHub Pages docs are live.

  • Live docs domain: https://docs.hostingsignal.in/
  • Workflow file: .github/workflows/docs-pages.yml
  • Source directory: docs/

If content looks stale, hard refresh and check the latest Docs Pages run in GitHub Actions.