Quant-UX - Prototype, Test and Learn
-
Quant UX is a research, usability and prototyping tool to quickly test your designs and get data driven insights. This repo contains the front end. You can find a working demo at https://quant-ux.com/#/
-
Hello @jimmarek and welcome to the Cloudron Forum
What is Cloudron?
You might be a little lost here since this is not a generic Docker / Quant-UX forum but a specific forum for apps running inside Cloudron.
But I'll still try to help.
From the GitHub repository I was able to find the Dockerhub https://hub.docker.com/r/klausenschaefersinho/quant-ux/tags and there only is thelatesttag.
You will simply have to download pull the latest Dockerimage again and you should use the latest version. -
Hello @jimmarek
You could also build your own Docker image from the source.
git clone git@github.com:KlausSchaefers/quant-ux.git cd quant-ux docker build -t quant-ux:latestIf you are using the provided
docker-compose.yamlsetup from the GitHub repository, updating the docker images is as simple as running:docker-compose pull docker-compose restart
