Skip to content

This repository contains a simple project to install airflow as a linux service. The idea is to keep the reference of the installation process for future uses and personal documentation.

Notifications You must be signed in to change notification settings

daviibf/Airflow_as_Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airflow as Service

Generating the Installer

  1. Clone this repo.
  2. Enter the project directory cd Airflow_as_Service/
  3. Execute sudo make clean
  4. Then, execute the script ./makedeb

Installing the generated package

  1. First, create a postgresql database with the name airflow in your localhost.
  2. Then, change the "password" name in airflow.service by your real postgresql password.
  3. Install the deb package with the following command: sudo dpkg -i airflow-equipamento_{version}.deb
  4. Voilà.

About

This repository contains a simple project to install airflow as a linux service. The idea is to keep the reference of the installation process for future uses and personal documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published