1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update README.rst

This commit is contained in:
Anish Mangal 2019-06-23 15:21:03 +05:30 committed by GitHub
parent 84cfd2b789
commit 22f88e4d6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,8 @@ Currently, this will only run on Ubuntu 18.04, Debian 9, Debian 10. At present,
Using It
--------
**ISSUE!** Since the AzuraCast installer installs docker and docker-compose, it creates many network interfaces which confuse the IIAB network detection logic (`#1753 <https://github.com/iiab/iiab/pull/1753>`_). So, as of 2019-06-21, follow this sequence to get AzuraCast working on your IIAB server:
* Do a normal IIAB install (http://download.iiab.io) keeping variables ``azuracast_install`` and ``azuracast_enabled`` as False, per the defaults.
* Set the two above variables to True in `/etc/iiab/local_vars.yml <http://FAQ.IIAB.IO#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_
* As root, do ``cd /opt/iiab/iiab`` then ``./runrole azuracast`` (or do ``./iiab-install --reinstall`` for a full IIAB install)
* After the Ansible playbook completes, AzuraCast's console will be available at http://box.lan:10080
* Do a normal IIAB install (http://download.iiab.io) keeping variables ``azuracast_install`` and ``azuracast_enabled`` as True.
* AzuraCast's console will be available at http://box.lan:10080
* This site will prompt you to complete initial setup: user accounts, managing stations, radio streams, etc.
Note: When creating a station using AzuraCast's console, its default streaming ports for ``station`` and ``autodj`` need to be in the `port range 10000-10100 <https://github.com/iiab/iiab/wiki/IIAB-Networking#list-of-ports--services>`_.