logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install louislam/uptime-kuma. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

louislam/uptime-kuma Installation Guide

How to install louislam/uptime-kuma. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for louislam/uptime-kuma. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i louislam/uptime-kuma
or

Install via npx

npx @hexmos/ipm i louislam/uptime-kuma

Prerequisites

Node.js

language

Version: >= 20.4.0

Git

knowledge

Used for cloning the repository.

pm2

build_tool

Version: latest

Docker

system_tool

Used for deploying the application.

docker-compose

build_tool

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Compose

curl -o compose.yaml https://raw.githubusercontent.com/louislam/uptime-kuma/master/compose.yaml

docker compose up -d

Node.js (Local)

npm install

node server/server.js

PM2 (Local)

git clone https://github.com/louislam/uptime-kuma.git

cd uptime-kuma

npm install

pm2 start server/server.js --name uptime-kuma

Post Installation Steps

  • Start the server: `npm run start`
  • Access the UI: http://localhost:3001
  • Check for errors in the logs: `tail -f /var/log/uptime-kuma.log`