Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 497 Bytes

tolteca_web

(In development)

Local Development Setup

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 .

Run the development FLASK server

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