Install or restart your local instance of UXLENS
This is a one liner to install / update / restart UXLENS software on your server.
The script will fetch the latest version of software and launch it on your local machine. The launcher script uses configuration from ~/.sessionrecord/config
you have setup in the previous step.
curl https://uxlens.com/self-host/launcher.sh | bash -
You can follow the logs of the app using
docker logs -f recorder
Congratulations!! you have setup your local instance successfully. You can visit http://<localhost/ip>:8080
to see it in action.
At this point you have not setup HTTPS yet. Please do set it up as explained in the next step.
If you need any help please don't hesitate to contact hello@uxlens.com.