Merge pull request #549 from frecuencialibre/dragonslaying

(docs) remove obsolete "expert install" page
This commit is contained in:
Lucas Bickel 2018-10-12 20:37:25 +02:00 committed by GitHub
commit aa2c12600a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 54 deletions

View File

@ -1,45 +0,0 @@
These quick install steps are suitable for experienced GNU/Linux system administrators who have already followed the steps shown in the chapter *Preparing the server* earlier in this book. For a more detailed explanation of the steps below, please read the chapter *Automated installation*.
1. Edit the repositories file for your server:
sudo nano /etc/apt/sources.list
For Ubuntu Precise \[or Quantal, Raring, Saucy\] servers, use the Sourcefabric repository:
deb http://apt.sourcefabric.org/ precise main
substituting *precise* if appropriate. Make sure you have enabled the multiverse repository for MP3 encoding support:
deb http://archive.ubuntu.com/ubuntu/ precise multiverse
For Debian wheezy \[or squeeze\] servers, use the Sourcefabric repository:
deb http://apt.sourcefabric.org/ wheezy main
If using Debian squeeze, also enable the backports repository for MP3 encoding support:
deb http://backports.debian.org/debian-backports squeeze-backports main
2. Install the Sourcefabric package signing key, then update again:
sudo apt-get update
sudo apt-get install sourcefabric-keyring
sudo apt-get update
3. Install the database management system (for a single server configuration):
sudo apt-get install postgresql
4. Install the streaming media server (optional, it may be remote):
sudo apt-get install icecast2
5. Remove PulseAudio, if installed:
sudo apt-get purge pulseaudio
6. Install Airtime:
sudo apt-get install airtime
Refer to the *Configuration* chapter for configuration options. Now you should be able to log in to the Airtime administration interface, as shown in the *Getting started* chapter.

View File

@ -1,4 +1,4 @@
The following instructions assume that you have root access (**sudo** on most distributions) to a GNU/Linux server, and are familiar with basic command line tasks. Experienced system administrators may prefer to skip to [Expert install](../expert-install/) in the appendix of manual after having prepared a server with the needed dependencies show below.
The following instructions assume that you have root access (**sudo** on most distributions) to a GNU/Linux server, and are familiar with basic command line tasks.
The recommended Libretime server platform is Ubuntu 16.04 LTS (Xenial Xerus), or Ubuntu 14.04.5 LTS (Trusty Tahr).
@ -242,9 +242,4 @@ The version of libav shipped with Debian 6.0 'squeeze' is known to cause problem
Mail server
-----------
If you wish Airtime to be able to send password reminder emails to your staff users, the server can have an SMTP program installed, such as the **postfix** package in Debian or Ubuntu. For configuration options, refer to the documentation for your mail server of choice. Alternatively, you can specify an external SMTP server in the **Preferences** page on Airtime's **System** menu.
Proceed to installation
-----------------------
Now your server should be ready for Airtime to be installed. Depending on your requirements, you should now proceed to either the chapter *Easy setup*, the chapter *Automated installation,* the chapter *Manual installation* or the *Expert install* appendix.
If you wish Airtime to be able to send password reminder emails to your staff users, the server can have an SMTP program installed, such as the **postfix** package in Debian or Ubuntu. For configuration options, refer to the documentation for your mail server of choice. Alternatively, you can specify an external SMTP server in the **Preferences** page on Airtime's **System** menu.

View File

@ -65,7 +65,6 @@ Airtime 2.5 for Broadcasters
- [Secure login with SSL or TLS](../secure-login-with-ssl/index.html)
- [Icecast statistics with Piwik](../icecast-statistics-with-piwik/index.html)
- **Appendix**
- [Expert install](../expert-install/index.html)
- [HD Audio Models](../hd-audio-models/index.html)
- [About this manual](../about-this-manual/index.html)

View File

@ -74,6 +74,5 @@ pages:
- 'Translating': translating.md
- 'Documentation': documentation.md
- 'Appendix':
- 'Expert Install': manual/expert-install/index.md
- 'HD Audio Models': manual/hd-audio-models/index.md
- 'About This Manual': manual/about-this-manual/index.md