# # # HowTo for Debian Linux (lenny and squeeze) # 2011-02-08 DL1BFF # # # Please read this document first: # http://download.ircddb.net/ircddb-icom/install/ircDDB_Installation_Icom-en.pdf # # The steps in this file resemble the steps from the Installation document, # just the commands are a little different. If you don't know what to do, # please write an email -> dl1bff@mdx.de # # # # Next: # # Edit /etc/apt/sources.list to include "non-free" packages from the # Debian repositories. This is needed for the sun-java6-jre package. # # # # add the ircDDB Debian repository # echo "deb http://group1-update.ircddb.net/ircDDB/debian/ lenny/" > /etc/apt/sources.list.d/ircddb.list # # add ircDDB repository key # cd /tmp wget http://group1-update.ircddb.net/ircDDB/debian/dl1bff-public-key.asc apt-key add dl1bff-public-key.asc # # update package database to include the ircDDB repository # apt-get update # # install ircDDB packages. This also installs Debian's Java and all of its dependencies. # apt-get install ircddbconfig # # Unfortunately, there is a dependency to install avahi-daemon. You can disable # it later, it is not needed. # # # run config script with ircDDB password as command argument # ircddbconfig TheSecretPassword