diff --git a/docs/manual/automated-installation/index.md b/docs/manual/automated-installation/index.md index 7781974aa..64db32ba4 100644 --- a/docs/manual/automated-installation/index.md +++ b/docs/manual/automated-installation/index.md @@ -1,3 +1,7 @@ +***Beware, here be dragons!*** + +These Airtime instructions are outdated, see [install.md](../../install.md) for LibreTime instructions. + This installation method is intended for computers running Ubuntu or Debian GNU/Linux, and is the recommended method for production Airtime systems. If you have previously performed a manual installation of Airtime on the server, you should run the *airtime-uninstall* script to remove it before setting up the server for automated installation. Set up repositories for Ubuntu diff --git a/docs/manual/easy-setup/index.md b/docs/manual/easy-setup/index.md index 326ff1676..19a07d48b 100644 --- a/docs/manual/easy-setup/index.md +++ b/docs/manual/easy-setup/index.md @@ -1,3 +1,7 @@ +***Beware, here be dragons!*** + +These Airtime instructions are outdated, see [install.md](../../install.md) for LibreTime instructions. + The **airtime-easy-setup** package sets up a typical Airtime configuration without prompting you for any settings. You can then install the latest Airtime package from the Sourcefabric repository with a few clicks. After that, the Airtime administration interface can be accessed at the default domain name of the computer (such as *http://airtime.example.com*). If you have not yet set a fully qualified domain name for the computer, you can use a URL such as *http://ubuntu/* on the localhost for testing purposes. Whichever domain name you use, the Icecast administration interface will be at port 8000 of the same URL (such as *http://airtime.example.com:8000*). diff --git a/docs/manual/manual-installation/index.md b/docs/manual/manual-installation/index.md index 125218480..d4dbdbb32 100644 --- a/docs/manual/manual-installation/index.md +++ b/docs/manual/manual-installation/index.md @@ -1,3 +1,7 @@ +***Beware, here be dragons!*** + +These Airtime instructions are outdated, see [install.md](../../install.md) for LibreTime instructions. + You do not normally need to install Airtime manually, unless you are testing a development version of the software. Versions of Airtime recommended for production use are available for download and upgrade via *secure apt*, as shown in the *Automated installation* chapter. Dependencies provided by Sourcefabric diff --git a/docs/manual/preparing-the-server/index.md b/docs/manual/preparing-the-server/index.md index b9982b6e9..5f6083314 100644 --- a/docs/manual/preparing-the-server/index.md +++ b/docs/manual/preparing-the-server/index.md @@ -1,3 +1,7 @@ +***Beware, here be dragons!*** + +These Airtime instructions are outdated, see [install.md](../../install.md) for LibreTime instructions. + The following instructions assume that you have root access (**sudo** on Ubuntu) to a GNU/Linux server, and are familiar with basic command line tasks. Experienced system administrators may prefer to skip to the *Expert install* chapter in the appendix of this book after preparing the server as shown in the steps below. The recommended Airtime server platform is Debian 7.2 'wheezy'. Ubuntu 12.04 LTS 'Precise Pangolin' is also supported. Users of other GNU/Linux distributions may be able to adapt these instructions to suit their needs.