diff --git a/roles/azuracast/README.rst b/roles/azuracast/README.rst index 219e0c81b..a3cac7d03 100644 --- a/roles/azuracast/README.rst +++ b/roles/azuracast/README.rst @@ -11,10 +11,10 @@ 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 `_). 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 ``azuracast_install`` and ``azuracast_enabled`` False, per the defaults. +* 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 `_ * 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 on http://box.lan:10080 -* This site will prompt you to set up: user accounts, managing stations, radio streams, etc. +* After the Ansible playbook completes, 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 from AzuraCast's console, its default streaming ports for ``station`` and ``autodj`` need to be in the `port range 10000-10100 `_. +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 `_.