Deploy Airflow on Bare-metal with ease
- bash
- ca-certificates
- curl
$ curl -H 'Cache-Control: no-cache' -ko - 'https://raw.githubusercontent.com/telkomdev/airflow-aio/main/quick-install.sh' | bash
role : Admin
username : admin
password : admin
host : localhost
port : 3306
database : airflow_db
username : airflow_user
password : AirflowDBPass
Nginx (reverse proxy) : 80 (http)
Airflow webserver : 8080 (http)
If you wish to modify & use custom configuration, all Airflow configuration, logs, data are located on /root/airflow
Tested running well on Ubuntu 22.04 LTS