-
Andrew Kapuscinski authored
Also, added more failfast options to the boot-local scripts
Andrew Kapuscinski authoredAlso, added more failfast options to the boot-local scripts
boot-local.sh 272 B
#! /bin/bash
# Set failfast
set -e
set -o pipefail
# FOR USE WITH DOCKER DEVELOPMENT ENVIRONMENT ONLY.
# Workflow Service
# Python library installation
pip install -r requirements.txt
python setup.py develop
# Start development server
pserve --reload development.ini