(In development)
git clone https://github.com/toltec-astro/tolteca_web.git
cd tolteca_web
pip install git+https://github.com/toltec-astro/[email protected]
pip install -e .
To run the site defined in sub module apt_viewer
:
tolteca_web -s tolteca_web.apt_viewer
Or run with some relevant environment vars:
FLASK_RUN_PORT=8010 DASH_DEBUG=1 tolteca_web -s tolteca_web.apt_viewer