
Automated Radio (AURA)
AURA is a free software suite for community radio stations. All code is Open Source and licensed under AGPL 3.0.
This repository holds:
- The Docker Compose bundles for AURA Web and AURA Playout, located in
config
. Check out the documentation at docs.aura.radio on how to use it - Media assets to be used in various parts of the project, located in
assets
- The complete documentation, located in
docs
and hosted at docs.aura.radio - Scripts and configuration for development and release management
Getting started
As an AURA user check out these resources:
- Website: aura.radio
- Documentation: docs.aura.radio
Development
Prerequisites:
- Python 3.11 or newer
- Poetry (python-poetry.org)
- make
Initialize the development environment with:
make dev.init
For further information, check out the Developer Guide.
License
- All source code is licensed under GNU Affero General Public License (AGPL) v3.0.
- All other assets and text are licensed under Creative Commons BY-NC-SA v3.0.
- Logos and trademarks of sponsors and supporters are copyrighted by the respective owners. They should be removed if you fork this repository.
These licenses apply unless stated differently.