Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 621 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 621 Bytes

trajectory

Build Status

Meteor Trajectory Solver - Web Interface. Supported formats: MILIG, CAMS or RMSJSON

Using WesternMeteorPyLib

Example output

Screen

Building and running

git submodule update --init --recursive

docker build -t trajectory .

docker run -p 80:80 trajectory

Open https://0.0.0.0:80/trajectory/

or when developing:

docker run -p 80:80 -v `pwd`/app:/app trajectory