Skip to content

siret-junior/somhunter-ui

Repository files navigation

SOMHunter UI

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 & Run with Docker (recommended)

# 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

Build & Run

Prerequisites

You will need the following things properly installed on your computer.

sh instal.sh
sh run.sh

For development

# This launches the app in debug mode with livereload feature
ember serve

Further Reading / Useful Links