- Clone this repo.
- Enter the project directory
cd Airflow_as_Service/
- Execute
sudo make clean
- Then, execute the script
./makedeb
- First, create a postgresql database with the name airflow in your localhost.
- Then, change the "password" name in
airflow.service
by your real postgresql password. - Install the deb package with the following command:
sudo dpkg -i airflow-equipamento_{version}.deb
- Voilà.