diff --git a/livesupport/doc/install.html b/livesupport/doc/install.html index e120d4839..831271dde 100644 --- a/livesupport/doc/install.html +++ b/livesupport/doc/install.html @@ -3,7 +3,7 @@ LiveSupport installation documentation - +

Preface

@@ -12,8 +12,8 @@ project, Copyright © 2004 Media Development Loan Fund, under the GNU GPL.

Scope

@@ -154,6 +154,10 @@ XMLv2 module for PHP
  • PostgreSQL support in PHP
  • PEAR
  • + +Check php.ini file if "upload_max_filesize" fits the needs of an radio-station. On our experience, soundfiles can be up to 100MB. +If you changed this setting, increase "post_max_size" to something bigger than "upload_max_filesize". +

    Please note the user group your apache daemon is running as (usually apache or www-data), you will need this information later. Later on in this document, this group will be referred to as <apache-group>. @@ -161,6 +165,19 @@ Also note the document root directory for your apache installation (usually /var/www or /var/www/htdocs or /var/www/<yourhost>/htdocs). Later on in this document, this directory will be referred to as <www-root>.
    + +

    Alsa

    +Please check if alsa is installed and configured properly. +
    cat /proc/asound/cards
    should show entry for your soundcard. +
    +If not, maybee you do not have suitable alsa module for your soundcard on the system. Try to +
    apt-get install alsa-modules-2.4.27-2-386
    +or one other from http://packages.debian.org/cgi-bin/search_packages.pl.... +
    +Then run
    alsaconf
    and check +
    cat /proc/asound/cards
    again. + +

    Obtaining LiveSupport sources

    LiveSupport sources come in two different tarballs: