Skip to content

Server Configuration and Setup

Kelle Cruz edited this page Aug 15, 2023 · 3 revisions

Config features

  • Python bokeh and javascript versions need to agree.

Current Config (Aug 2023)

  • Apache version 2.4.57
  • python-3.10.11

Setup instructions

python -m venv /var/www/webroot/virtenv/
. virtenv/bin/activate
pip install astrodbkit2 flask flask_wtf bokeh pandas numpy pytest

something about WSGIApplicationGroup %{GLOBAL}

Clone this wiki locally