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.
- - Author: $Author: fgerlits $
- - Version: $Revision: 1.15 $
+ - Author: $Author: sebastian $
+ - Version: $Revision: 1.16 $
- Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/install.html,v $
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:
@@ -188,7 +205,7 @@ the following commands:
cd livesupport-<version>
./configure
--prefix=/usr/local/livesupport --with-apache-group=apache --with-www-docroot=/var/www
make
-Note that you need to have write permissions in the prefix
directory
+Note that you need to have write permissions in the prefix
directory
when you run make
.
The configure options used above are the options most probably used:
@@ -227,8 +244,8 @@ LiveSupport by typing:
make install
This will install LiveSupport into the directory specified to the
-configure script. It will also create necessary database tables,
-depending on the invocation of the configure script. You need to run
+configure script. It will also create necessary database tables,
+depending on the invocation of the configure script. You need to run
make install
as root.
Try it out