Skip to content
Adedamola Wuraola edited this page May 10, 2021 · 3 revisions

Welcome to the 3D_Helios_UI wiki!

The Helios++_UI is delivered to you in a zipped folder, unzip the folder to your working directory. This folder contains Dockerfile to build the docker image for running this project. The folder also contains some predefined scanners and platform settings and definitions (please do not modify these files!!!). The predefined scanners and platforms are available on the front end for editing and working with. You can add new scanners and platforms from the front-end as well as modify existing scanner and platform settings. More information is available at https://github.com/ScionResearch/3D_Helios_UI/wiki/Usage . Finally, the whole GUI code is in several files and folders in this directory.

Running 3D_Helios_UI Using Docker

In the directory (base directory) that contain the Dockerfile, run the following code

docker build -t 3dhelios .
docker run --rm -it -p 5000:5000 3dhelios

Open a web browser and run:

localhost:5000

Clone this wiki locally