You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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