Hartsfield humbly supports UC Berkeley's DataHub.
- Install Python 3
- Create your virtual environment (venv)
- Install dependencies
pip3 install -r requirements.txt [--upgrade]
If you plan to use any resources outside localhost, put your configurations in a separately encrypted area:
mkdir /Volumes/XYZ/hartsfield_config
export HARTSFIELD_LOCAL_CONFIGS=/Volumes/XYZ/hartsfield_config
source venv/bin/activate
export HARTSFIELD_LOCAL_CONFIGS=/Users/gregm/rip_hartsfield/hartsfield_config
export HARTSFIELD_ENV=development
venv/bin/python application.py
and
source venv/bin/activate
export HARTSFIELD_LOCAL_CONFIGS=/Users/gregm/rip_hartsfield/hartsfield_config
export HARTSFIELD_ENV=development
npm run serve-vue