SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

haloradio for Debian

Configuration -

  1. create a database :
        # mysql
        mysql> create database radio;
        mysql> grant all on radio.* to radio@localhost  \
        identified by 'password';
        # mysql -u radio -p radio <  /usr/share/haloradio/halo_radio.mysql

2) edit config :

# vi /etc/haloradio/HaloRadio.ini

3) sync the database:

        # su - radio
        $ ./DBSync.py -cfsp

4) configure and start icecast.

5) test the daemon (as user radio):

$ ./radiod.sh

6) Finally start the daemon via daemontools:

# ln -s /etc/haloradio/svsdir /var/lib/svscan/haloradio

7) Add an admin user:

> INSERT INTO `users` VALUES (2,'ADMIN',password('ADMINPASSWORD'),'a','',0,0,NOW(),'',1);

-- Philip J Freeman <phil@kremlor.net>, Wed, 28 Dec 2005 16:12:48 -0600


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.