-
Notifications
You must be signed in to change notification settings - Fork 10
Download, Install and Run LiveReview
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
It'll ask for your sudo password and will download all the necessary containers, configuration and so on for you to get basic access. Here I am adding --force to the end of command because I want to replace an existing installation:
Once installation is complete - you'll get details on where you can access the app:
You can usually access the UI at http://localhost:8081 as follows - enter the details, to get get started:
On first login - you'll get a notice on "Demo Mode". What this means is - the app provides basic review facilities, but some special webhook related features won't be available. Don't worry about it now - you can productionize app later. For now - close that window.
You should see the license window - you can paste the Licence from previous step here (or click "Get Licence" link there to get a License)