One click installation for Airflow on Linode #26862
Unanswered
kutlay
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been playing with Airflow configurations and I often needed a fresh start when I made a huge mistake. I've been using Linode (after my company acquired it) and realized they have something called StackScripts to deploy machines and execute a bash script. I put together a small script to deploy a machine with Airflow, with one click.
For those of you who like Linode, you can give it a try. This StackScript installs the necessary libraries and then installs Airflow 2.4.1. All you need to do is to click "Deploy Linode" and select a machine with at least ~2GB of memory. Wait a couple minutes and you'll be able to see your admin console at public_ip:8080 very soon! Check your terminal for the password.
Here is the StackScript:
https://cloud.linode.com/stackscripts/1068539
Let me know if you have any questions.
Beta Was this translation helpful? Give feedback.
All reactions