Wie laufen Luftstrom auf Windows

Den üblichen Anweisungen für die Ausführung des Luftstrom nicht anwenden auf eine Windows-Umgebung:

# airflow needs a home, ~/airflow is the default,
# but you can lay foundation somewhere else if you prefer
# (optional)
export AIRFLOW_HOME=~/airflow

# install from pypi using pip
pip install airflow

# initialize the database
airflow initdb

# start the web server, default port is 8080
airflow webserver -p 8080

Den Luftstrom Dienstprogramm ist nicht verfügbar in der Kommandozeile und ich kann es nicht finden anderswo manuell Hinzugefügt werden.
Wie kann der Luftstrom auf Windows laufen?

InformationsquelleAutor Rafael | 2015-09-03
Schreibe einen Kommentar