User interface to control the SOMHunter tool.
It's imlemented as a web application therefore it may run on remote machine and end users can use it just as any other web application.
# Build the container
sudo docker build -t somhunter-data-server .
# Install the app
sudo docker run -ti --rm -v $(dirname $PWD):/somhunter somhunter-ui:latest sh install.sh
# Run it on the port 8080
sudo docker run -ti --rm -v $(dirname $PWD):/somhunter -p 8080:8080 somhunter-ui:latest sh run.sh
You will need the following things properly installed on your computer.
sh instal.sh
sh run.sh
# This launches the app in debug mode with livereload feature
ember serve