RADIO ONLINE (Click radio icon to listen)

Monday 29 December 2014

Title: How to install Eggdrop

How to install Eggdrop

How to install Eggdrop
How to install Eggdrop

Eggdrop is an IRC bot that runs on a server hosting Tool Command Language (TCL) scripts. It can be used for a variety of tasks including hosting a trivia script or any other useful scripts coded in TCL and loaded to the bot. To install eggdrop onto your server do the following:

Before we start if you have your own VPS you are required to install a tcl package. If you have just an ircd account with FuzzyHosts, this should already be done for you. So just skip this next bit onto the steps.

For VPS Users login to your vps as root and do the apropiate command listed below:
- for operating systems with aptitude such as debian based, including ubuntu: "apt-get install tcl8.5-dev"
- for operating systems such as RedHat, Fedora, CentOS: "yum install tcl8.5-dev"

How to install Eggdrop:
  1. Log into your shell using SSH/Putty
  2. Type "wget --no-check-certificate ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.21.tar.gz"
  3. Type "tar zxvf eggdrop1.6.21.tar.gz"
  4. Now type "cd eggdrop1.6.21" to move into the eggdrop folder
  5. Now type "./configure" to configure your eggdrop
  6. Now type "make config" to premake config
  7. Now type "make" to make the config
  8. Now type "make install DEST=~/eggdrop/" to make a folder name as "eggdrop" in your shell.
  9. YOU ARE DONE!!
You have now just installed your eggdrop in your chosen location. Well Done!!
The next job is to configure it. 


If you like this post, kindly linkback to this post entry by copying one of the codes below..

URL Of Post: Paste This HTML Code On Your Page:

6 comments: