shipyard/shipyard_airflow/README.md
eanylin 92a190ce4b Update configparser to align with Python3
Will stick with Python3 as that is what is used
in DryDock
2017-06-11 21:53:08 -05:00

254 B

Shipyard Airflow

A python REST workflow orchestrator

To run:

$ virtualenv -p python3 /var/tmp/shipyard
$ . /var/tmp/shipyard/bin/activate
$ python setup.py install
$ uwsgi --http :9000 -w shipyard_airflow.shipyard --callable shipyard -L