Open NeroCube opened 3 years ago
https://airflow.apache.org/docs/apache-airflow/stable/start.html
conda create -n airflow-tutorials python=3.6 -y source activate airflow-tutorials pip install "apache-airflow[crypto, slack]" export AIRFLOW_HOME="$(pwd)" airflow db init
airflow users create \ --role Admin \ --username admin \ --password Join810316 \ --email nerocube.tw@gmail.com \ --firstname Nero \ --lastname Chen
airflow webserver -p 8080
Quick Start
https://airflow.apache.org/docs/apache-airflow/stable/start.html
Setup Airflow
Setup User Account
Run Service