4ch1m / ansible-betterbird

[DISCONTINUED] A fully automated build script for Betterbird using Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISCONTINUED


ansible-betterbird

A fully automated build script for Betterbird using Ansible.

Disclaimer

Neither this repository, nor the author of it is part of the official Betterbird project.

Usage

There are two ways to build (and package) the app:

Native

Simply run ...

./betterbird.sh

... to invoke the playbook and run everything natively on your local host.

Containerized

If you don't want to "spoil" your system with all the necessary build-dependencies (Python, NodeJS, Rust, etc.) then you can take the Docker-route and just run ...

docker-compose up

... to trigger the build inside a container.

About

[DISCONTINUED] A fully automated build script for Betterbird using Ansible.


Languages

Language:Shell 100.0%