Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.41 KB

File metadata and controls

32 lines (26 loc) · 1.41 KB

3vee-server

The web UI and containerized stack for 3V (voss volume voxelator), providing a PHP front end that runs Python job scripts and vossvolvox tools for volume calculations.

Documentation

Getting started

Architecture and project info

Standards and attribution

Quick start (Podman)

mkdir -p output
podman compose up --build

Open http://localhost:8080/php/volumeCalc.php once the containers start. Job results are written to output/ on the host; see docs/CONTAINER.md and docs/USAGE.md for details.