mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add installation note to azuracast/readme
This commit is contained in:
parent
b57a4cdd61
commit
c1e6670a42
1 changed files with 5 additions and 4 deletions
|
@ -2,14 +2,15 @@
|
|||
Azuracast README
|
||||
==========
|
||||
|
||||
This 'azuracast' playbook adds `Azuracast <https://azuracast.com/>`_ to Internet-in-a-Box (IIAB) for network radio station fnctionality.
|
||||
This 'azuracast' playbook adds `Azuracast <https://azuracast.com/>`_ to Internet-in-a-Box (IIAB) for network radio station fnctionality. With 'azuracast', one can schedule podcasts, music, and even do live streaming of audio content. A variety of streaming formats are supported.
|
||||
|
||||
Currently, this will only run on Ubuntu 18.04, Debian 9, Debian 10. This will not run on raspberry pi.
|
||||
|
||||
Using It
|
||||
--------
|
||||
|
||||
Prior to installing IIAB, make sure your `/etc/iiab/local_vars.yml <http://wiki.laptop.org/go/IIAB/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_ contains::
|
||||
**ISSUE!** Since the azuracast installer installs docker and docker-compose, it creates many network interfaces which confuses the IIAB network detection logic. So, it is highly recommended that to get azuracast, and a functional IIAB server, the following sequence be followed.
|
||||
|
||||
azuracast_install: True
|
||||
azuracast_enabled: True
|
||||
* Do a normal IIAB install with `azuracast_install` and `azuracast_enabled` set to `false`.
|
||||
* Set the above variables to true.
|
||||
* On the console, `./runrole` azuracast or a full IIAB install with `./iiab-install --reinstall`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue