Skip to content

Download, Install and Run LiveReview

Shrijith Venkatramana edited this page Sep 11, 2025 · 7 revisions

LiveReview is built to run in a Linux operating system or environment.

It assumes Docker (with docker-compose support) is available in the system. I recommend installing Docker first from official site. If you're on Ubuntu - we recommend using apt based installed rather than snap based ones. Although - we do have made it work on snap based ones - they're not ideal due to the various limitations they pose.

If you're ready with docker, start the app like this:

# Quick demo setup (localhost only, no webhooks)
curl -fsSL https://raw.githubusercontent.com/HexmosTech/LiveReview/main/lrops.sh | sudo bash -s -- setup-demo

# Or use the express flag (same as demo mode)
curl -fsSL https://raw.githubusercontent.com/HexmosTech/LiveReview/main/lrops.sh | sudo bash -s -- --express

Clone this wiki locally