From 2fe615702eda47615d9c4a3fa460f0ca6c9829a2 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Mon, 22 Nov 2010 22:49:52 +0000 Subject: [PATCH] update INSTALL --- INSTALL | 55 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/INSTALL b/INSTALL index 780293c..9468640 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ INSTALL TeleCaster =================== TeleCaster now only works on GNU/Linux systems. The installer and the following instructions -are based on Debian like software management so that it should work on Debian (>= Squeeze) +are based on Debian like software management so that it should work on Debian (>= Lenny) or Ubuntu / Kubuntu (>= 10.4). So please install one of these OS before. @@ -16,25 +16,26 @@ or Ubuntu / Kubuntu (>= 10.4). So please install one of these OS before. Needed:: -$ sudo aptitude update + sudo aptitude update -$ sudo aptitude install python python-dev python-xml python-libxml2 python-setuptools python-twitter python-liblo python-mutagen \ + sudo aptitude install python python-dev python-xml python-libxml2 python-setuptools python-twitter python-liblo python-mutagen \ icecast2 apache2 apache2-suexec jackd libjack-dev vorbis-tools procps meterbridge fluxbox \ vnc4server vncviewer swh-plugins jack-rack libshout3 libshout3-dev libmad0-dev libogg-dev g++ -On Debian Squeeze or recent Ubuntu, change libjack-dev to libjack-jackd2-dev +Warning: on Debian Squeeze or recent Ubuntu, change libjack-dev to libjack-jackd2-dev Optional:: -$ sudo aptitude install libfaac-dev libmp3lame-dev libflac-dev + sudo aptitude install libfaac-dev libmp3lame-dev libflac-dev 3. Install TeleCaster ===================== -$ cd telecaster-0.4.0/ - -$ sudo python install.py +Run the install script:: + + cd telecaster-0.4.4/ + sudo python install.py 4. Configuration @@ -42,37 +43,47 @@ $ sudo python install.py Edit the following files to setup TeleCaster. Please be careful with the XML syntax:: -/etc/telecaster/telecaster.xml + /etc/telecaster/telecaster.xml -and, if neeeded, +and, ONLY if needed:: -/etc/default/jackd -/etc/default/vncserver + /etc/default/jackd + /etc/default/vncserver 5. Start audio deamons ====================== -$ sudo /etc/init.d/jackd start -$ sudo /etc/init.d/vncserver start +Just reboot your machine or start them manually:: + + sudo /etc/init.d/jackd start + sudo /etc/init.d/vncserver start 6. Configure Apache2 ==================== -Configure your apache VirtualHost editing /etc/apache2/sites-available/telecaster.conf +Configure your apache VirtualHost editing /etc/apache2/sites-available/telecaster.conf + +Enable the VirtualHost:: + + sudo a2ensite telecaster.conf + +Maybe remove the default VirtualHost:: + + sudo rm /etc/apache2/sites-enabled/000-default Reload Apache:: -$ sudo /etc/init.d/apache2 reload + sudo /etc/init.d/apache2 reload 7. Usage ======== -Browse the TeleCaster web control page:: +Browse the TeleCaster web control page: -http://localhost/telecaster/telecaster.py + http://localhost/telecaster/telecaster.py Fill in the form and start any free recording and broadcasting stream ! @@ -80,8 +91,10 @@ Fill in the form and start any free recording and broadcasting stream ! 8. Contact ========== -Any questions, suggestions ? Please contact the main developer : - -Guillaume Pellerin +Any questions, suggestions ? Please post a ticket on the dev platform: + + http://svn.parisson.org/telecaster +or contact the main developer: + Guillaume Pellerin -- 2.39.5