DISCONTINUED
May 7, 2022 ยท View on GitHub
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.