Use the PHP web UI to submit jobs and view results generated by the Python runner scripts.
mkdir -p outputpodman compose up --buildOpen http://localhost:8080/php/volumeCalc.php in a browser, submit a job, and wait for the results page to populate.
podman compose logs -f webSubmit a volume calculation from the volume calculator page and monitor progress on the results page.
ls outputInspect job folders under output to find generated artifacts.
- Inputs come from the web form fields in
phppages. - Outputs are written under
output, includingresults-<jobid>.html,runlog-<jobid>.html, andshell-<jobid>.log. - Results pages are served by viewResults.php when a
jobidis provided.
- TODO: Document per-tool input formats and parameters for each PHP entry point.
- TODO: Confirm whether direct CLI usage of
run*.pyis supported and document it if so.
See CONTAINER.md for the full list of entry points and runtime details.