From 42445103a5fb1c6528042a13b34fb3570feb3c9b Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 12 Oct 2018 13:13:34 -0500 Subject: [PATCH] (docs) remove obsolete "expert install" page --- docs/manual/expert-install/index.md | 45 ----------------------------- mkdocs.yml | 1 - 2 files changed, 46 deletions(-) delete mode 100644 docs/manual/expert-install/index.md diff --git a/docs/manual/expert-install/index.md b/docs/manual/expert-install/index.md deleted file mode 100644 index aedc1bcb2..000000000 --- a/docs/manual/expert-install/index.md +++ /dev/null @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 98583a693..7cabdaddc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -77,6 +77,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