yarn install
pip install -r requirements/local
pip install -r requirements/production
pip install -r requirements/test
python manage.py migrate
make report
make new directory 'tmp' under root and 'cache' under /tmp
make build
make build-prod
$DJANGO_SECRET_KEY Random String
$PYFFX_KEY Random String
$GOOGLE_MAPS_API_KEY Google Maps Javascript API Key
$JING_STATIC_DIR Static Diretory Path
$JING_MEDIA_DIR Media Diretory Path